Show / Hide Table of Contents

Class ExceptionParsedStack

Model for Exception Stack Trace returned from the telemetry source

Inheritance
System.Object
ExceptionParsedStack
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: STAIExtensions.Abstractions.DataContracts.Models
Assembly: STAIExtensions.Abstractions.dll
Syntax
public class ExceptionParsedStack

Properties

Assembly

Declaration
public string Assembly { get; set; }
Property Value
Type Description
System.String

FileName

Declaration
public string FileName { get; set; }
Property Value
Type Description
System.String

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

Level

Declaration
public int? Level { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Line

Declaration
public int? Line { 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

OuterId

Declaration
public string OuterId { get; set; }
Property Value
Type Description
System.String

ParsedStack

Declaration
public List<ExceptionParsedStack> ParsedStack { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ExceptionParsedStack>

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2022 Trevor Mare