Class AppCenterReasonStackFrame
Represents a ReasonStackFrame when doing a ErrorGroup search GET call to AppCenter.
Inheritance
AppCenterReasonStackFrame
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
Properties
View Source
ClassName
Declaration
public string? ClassName { get; }
Property Value
View Source
CodeRaw
Declaration
public string CodeRaw { get; }
Property Value
View Source
ErrorGroupId
Declaration
public string ErrorGroupId { get; }
Property Value
View Source
ErrorId
Declaration
public string ErrorId { get; }
Property Value
View Source
ExceptionType
Declaration
public string ExceptionType { get; }
Property Value
View Source
File
Declaration
public string File { get; }
Property Value
View Source
Language
Declaration
public string? Language { get; }
Property Value
View Source
Line
Declaration
public string Line { get; }
Property Value
View Source
Method
Declaration
public string Method { get; }
Property Value
View Source
MethodParams
Declaration
public string? MethodParams { get; }
Property Value