Show / Hide Table of Contents

Class AppCenterReasonStackFrame

Represents a ReasonStackFrame when doing a ErrorGroup search GET call to AppCenter.

Inheritance
object
AppCenterReasonStackFrame
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.CrashSources
Assembly: CrashCABN.CrashSources.AppCenter.dll
Syntax
public class AppCenterReasonStackFrame

Constructors

View Source

AppCenterReasonStackFrame(string?, string, string, string?, string?, string, string, string, string, string)

Represents a ReasonStackFrame when doing a ErrorGroup search GET call to AppCenter.

Declaration
public AppCenterReasonStackFrame(string? className, string method, string codeRaw, string? language, string? methodParams, string exceptionType, string errorId, string errorGroupId, string file, string line)
Parameters
Type Name Description
string className
string method
string codeRaw
string language
string methodParams
string exceptionType
string errorId
string errorGroupId
string file
string line

Properties

View Source

ClassName

Declaration
public string? ClassName { get; }
Property Value
Type Description
string
View Source

CodeRaw

Declaration
public string CodeRaw { get; }
Property Value
Type Description
string
View Source

ErrorGroupId

Declaration
public string ErrorGroupId { get; }
Property Value
Type Description
string
View Source

ErrorId

Declaration
public string ErrorId { get; }
Property Value
Type Description
string
View Source

ExceptionType

Declaration
public string ExceptionType { get; }
Property Value
Type Description
string
View Source

File

Declaration
public string File { get; }
Property Value
Type Description
string
View Source

Language

Declaration
public string? Language { get; }
Property Value
Type Description
string
View Source

Line

Declaration
public string Line { get; }
Property Value
Type Description
string
View Source

Method

Declaration
public string Method { get; }
Property Value
Type Description
string
View Source

MethodParams

Declaration
public string? MethodParams { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX