Show / Hide Table of Contents

Class AppCenterModel

Model for AppCenter crashes. Used to deserialize AppCenter .json crashes.

Inheritance
object
AppCenterModel
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.CrashSources
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
Type Name Description
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

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
string

Properties

View Source

AnalysisUri

Declaration
public Uri AnalysisUri { get; }
Property Value
Type Description
Uri
View Source

AppId

Declaration
public string AppId { get; }
Property Value
Type Description
string
View Source

AppName

Declaration
public string AppName { get; }
Property Value
Type Description
string
View Source

Database

Declaration
public string? Database { get; }
Property Value
Type Description
string
View Source

Device

Declaration
public AppCenterDeviceModel Device { get; }
Property Value
Type Description
AppCenterDeviceModel
View Source

Exception

Declaration
public AppCenterExceptionModel Exception { get; }
Property Value
Type Description
AppCenterExceptionModel
View Source

FailureBucket

Declaration
public string FailureBucket { get; }
Property Value
Type Description
string
View Source

FormattedStackTrace

Declaration
public string FormattedStackTrace { get; }
Property Value
Type Description
string
View Source

Id

Declaration
public string Id { get; }
Property Value
Type Description
string
View Source

Owner

Declaration
public string Owner { get; }
Property Value
Type Description
string
View Source

OwnerType

Declaration
public string OwnerType { get; }
Property Value
Type Description
string
View Source

ProcessName

Declaration
public string ProcessName { get; }
Property Value
Type Description
string
View Source

ReasonStackFrame

Declaration
public AppCenterReasonStackFrame ReasonStackFrame { get; }
Property Value
Type Description
AppCenterReasonStackFrame
View Source

SecretName

Declaration
public string SecretName { get; }
Property Value
Type Description
string
View Source

Timestamp

Declaration
public string Timestamp { get; }
Property Value
Type Description
string
View Source

UploadLocation

Declaration
public string UploadLocation { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX