Class AppCenterExceptionModel
Represents the Exception class in the crash .json.
Inheritance
AppCenterExceptionModel
Assembly: CrashCABN.CrashSources.AppCenter.dll
Syntax
public class AppCenterExceptionModel
Constructors
View Source
AppCenterExceptionModel(string, string?, string?, IReadOnlyCollection<AppCenterFrameModel>?)
Represents the Exception class in the crash .json.
Declaration
public AppCenterExceptionModel(string type, string? message, string? stackTrace, IReadOnlyCollection<AppCenterFrameModel>? frames)
Parameters
Properties
View Source
Frames
Declaration
public IReadOnlyCollection<AppCenterFrameModel>? Frames { get; }
Property Value
View Source
Message
Declaration
public string? Message { get; }
Property Value
View Source
StackTrace
Declaration
public string? StackTrace { get; }
Property Value
View Source
Type
Declaration
public string Type { get; }
Property Value