Show / Hide Table of Contents

Class AppCenterReasonStackFrame

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

Inheritance
System.Object
AppCenterReasonStackFrame
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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)

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
System.String className
System.String method
System.String codeRaw
System.String language
System.String methodParams
System.String exceptionType
System.String errorId
System.String errorGroupId
System.String file
System.String line

Properties

View Source

ClassName

Declaration
public string ClassName { get; }
Property Value
Type Description
System.String
View Source

CodeRaw

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

ErrorGroupId

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

ErrorId

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

ExceptionType

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

File

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

Language

Declaration
public string Language { get; }
Property Value
Type Description
System.String
View Source

Line

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

Method

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

MethodParams

Declaration
public string MethodParams { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX