Show / Hide Table of Contents

Class AppCenterExceptionModel

Represents the Exception class in the crash .json.

Inheritance
object
AppCenterExceptionModel
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 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
Type Name Description
string type
string message
string stackTrace
IReadOnlyCollection<AppCenterFrameModel> frames

Properties

View Source

Frames

Declaration
public IReadOnlyCollection<AppCenterFrameModel>? Frames { get; }
Property Value
Type Description
IReadOnlyCollection<AppCenterFrameModel>
View Source

Message

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

StackTrace

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

Type

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