Class AppCenterModel
Model for AppCenter crashes. Used to deserialize AppCenter .json crashes.
Inheritance
System.Object
AppCenterModel
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()
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)
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
Type |
Name |
Description |
AppCenterExceptionModel |
exception |
|
AppCenterDeviceModel |
device |
|
System.String |
formattedStackTrace |
|
System.String |
processName |
|
System.String |
secretName |
|
System.String |
database |
|
System.String |
uploadLocation |
|
System.Uri |
analysisUri |
|
System.String |
timestamp |
|
System.String |
id |
|
System.String |
appId |
|
System.String |
failureBucket |
|
System.String |
ownerType |
|
System.String |
owner |
|
System.String |
appName |
|
AppCenterReasonStackFrame |
reasonStackFrame |
|
Fields
View Source
CrashOrigin
Used for CrashOrigin column. Will always be AppCenter in this case.
Declaration
public const string CrashOrigin = "AppCenter"
Field Value
Type |
Description |
System.String |
|
Properties
View Source
AnalysisUri
Declaration
public Uri AnalysisUri { get; }
Property Value
Type |
Description |
System.Uri |
|
View Source
AppId
Declaration
public string AppId { get; }
Property Value
Type |
Description |
System.String |
|
View Source
AppName
Declaration
public string AppName { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Database
Declaration
public string Database { get; }
Property Value
Type |
Description |
System.String |
|
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
Type |
Description |
System.String |
|
View Source
Declaration
public string FormattedStackTrace { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
public string Id { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Owner
Declaration
public string Owner { get; }
Property Value
Type |
Description |
System.String |
|
View Source
OwnerType
Declaration
public string OwnerType { get; }
Property Value
Type |
Description |
System.String |
|
View Source
ProcessName
Declaration
public string ProcessName { get; }
Property Value
Type |
Description |
System.String |
|
View Source
ReasonStackFrame
Declaration
public AppCenterReasonStackFrame ReasonStackFrame { get; }
Property Value
View Source
SecretName
Declaration
public string SecretName { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Timestamp
Declaration
public string Timestamp { get; }
Property Value
Type |
Description |
System.String |
|
View Source
UploadLocation
Declaration
public string UploadLocation { get; }
Property Value
Type |
Description |
System.String |
|