Class AIException
Model for any Error returned from the telemetry source
Inheritance
System.Object
AIException
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: STAIExtensions.Abstractions.dll
Syntax
public class AIException : DataContractFull, IHasCustomDimension, IHasCustomMeasurement
Properties
Assembly
Declaration
public string Assembly { get; set; }
Property Value
Type |
Description |
System.String |
|
CustomMeasurements
Declaration
public CustomMeasurement CustomMeasurements { get; set; }
Property Value
Details
Declaration
public List<ExceptionParsedStack>? Details { get; set; }
Property Value
HandledAt
Declaration
public string HandledAt { get; set; }
Property Value
Type |
Description |
System.String |
|
InnermostAssembly
Declaration
public string InnermostAssembly { get; set; }
Property Value
Type |
Description |
System.String |
|
InnermostMessage
Declaration
public string InnermostMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
InnermostMethod
Declaration
public string InnermostMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
InnermostType
Declaration
public string InnermostType { get; set; }
Property Value
Type |
Description |
System.String |
|
ItemCount
Declaration
public int? ItemCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Message
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
Method
Declaration
public string Method { get; set; }
Property Value
Type |
Description |
System.String |
|
OuterAssembly
Declaration
public string OuterAssembly { get; set; }
Property Value
Type |
Description |
System.String |
|
OuterMessage
Declaration
public string OuterMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
OuterMethod
Declaration
public string OuterMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
OuterType
Declaration
public string OuterType { get; set; }
Property Value
Type |
Description |
System.String |
|
ProblemId
Declaration
public string ProblemId { get; set; }
Property Value
Type |
Description |
System.String |
|
SeverityLevel
Declaration
public int? SeverityLevel { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements