Class AppCenterExceptionModel
Represents the Exception class in the crash .json.
Inheritance
System.Object
AppCenterExceptionModel
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 AppCenterExceptionModel
Constructors
View SourceAppCenterExceptionModel(String, String, String, IReadOnlyCollection<AppCenterFrameModel>)
Declaration
public AppCenterExceptionModel(string type, string message, string stackTrace, IReadOnlyCollection<AppCenterFrameModel> frames)
Parameters
Type | Name | Description |
---|---|---|
System.String | type | |
System.String | message | |
System.String | stackTrace | |
System.Collections.Generic.IReadOnlyCollection<AppCenterFrameModel> | frames |
Properties
View SourceFrames
Declaration
public IReadOnlyCollection<AppCenterFrameModel> Frames { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyCollection<AppCenterFrameModel> |
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
StackTrace
Declaration
public string StackTrace { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
System.String |