Show / Hide Table of Contents

Class AppCenterExceptionModel

Represents the Exception class in the crash .json.

Inheritance
System.Object
AppCenterExceptionModel
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()
Namespace: CrashCABN.CrashSources
Assembly: CrashCABN.CrashSources.AppCenter.dll
Syntax
public class AppCenterExceptionModel

Constructors

View Source

AppCenterExceptionModel(String, String, String, IReadOnlyCollection<AppCenterFrameModel>)

Declaration
public AppCenterExceptionModel(string type, string message, string stackTrace, IReadOnlyCollection<AppCenterFrameModel> frames)
Parameters
Type Name Description
System.String type
System.String message
System.String stackTrace
System.Collections.Generic.IReadOnlyCollection<AppCenterFrameModel> frames

Properties

View Source

Frames

Declaration
public IReadOnlyCollection<AppCenterFrameModel> Frames { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyCollection<AppCenterFrameModel>
View Source

Message

Declaration
public string Message { get; }
Property Value
Type Description
System.String
View Source

StackTrace

Declaration
public string StackTrace { get; }
Property Value
Type Description
System.String
View Source

Type

Declaration
public string Type { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX