Class AppCenterModel
Model for AppCenter crashes. Used to deserialize AppCenter .json crashes.
Inheritance
AppCenterModel
Assembly: CrashCABN.CrashSources.AppCenter.dll
Syntax
public class AppCenterModel
Constructors
View Source
AppCenterModel(AppCenterExceptionModel, AppCenterDeviceModel, string, string, string, string?, string, Uri, string, string, string, string, string, string, string, AppCenterReasonStackFrame)
Model for AppCenter crashes. Used to deserialize AppCenter .json crashes.
Declaration
public AppCenterModel(AppCenterExceptionModel exception, AppCenterDeviceModel device, string formattedStackTrace, string processName, string secretName, string? database, string uploadLocation, Uri analysisUri, string timestamp, string id, string appId, string failureBucket, string ownerType, string owner, string appName, AppCenterReasonStackFrame reasonStackFrame)
Parameters
Fields
View Source
CrashOrigin
Used for CrashOrigin column. Will always be AppCenter in this case.
Declaration
public const string CrashOrigin = "AppCenter"
Field Value
Properties
View Source
AnalysisUri
Declaration
public Uri AnalysisUri { get; }
Property Value
View Source
AppId
Declaration
public string AppId { get; }
Property Value
View Source
AppName
Declaration
public string AppName { get; }
Property Value
View Source
Database
Declaration
public string? Database { get; }
Property Value
View Source
Device
Declaration
public AppCenterDeviceModel Device { get; }
Property Value
View Source
Exception
Declaration
public AppCenterExceptionModel Exception { get; }
Property Value
View Source
FailureBucket
Declaration
public string FailureBucket { get; }
Property Value
View Source
Declaration
public string FormattedStackTrace { get; }
Property Value
View Source
Id
Declaration
public string Id { get; }
Property Value
View Source
Owner
Declaration
public string Owner { get; }
Property Value
View Source
OwnerType
Declaration
public string OwnerType { get; }
Property Value
View Source
ProcessName
Declaration
public string ProcessName { get; }
Property Value
View Source
ReasonStackFrame
Declaration
public AppCenterReasonStackFrame ReasonStackFrame { get; }
Property Value
View Source
SecretName
Declaration
public string SecretName { get; }
Property Value
View Source
Timestamp
Declaration
public string Timestamp { get; }
Property Value
View Source
UploadLocation
Declaration
public string UploadLocation { get; }
Property Value