Table of Contents

Class ExceptionDetailsInfo

Namespace
Microsoft.ApplicationInsights.DataContracts
Assembly
Microsoft.ApplicationInsights.dll
public sealed class ExceptionDetailsInfo
Inheritance
ExceptionDetailsInfo
Inherited Members
Extension Methods

Constructors

ExceptionDetailsInfo(int, int, string, string, bool, string, IEnumerable<StackFrame>)

public ExceptionDetailsInfo(int id, int outerId, string typeName, string message, bool hasFullStack, string stack, IEnumerable<StackFrame> parsedStack)

Parameters

id int
outerId int
typeName string
message string
hasFullStack bool
stack string
parsedStack IEnumerable<StackFrame>

Properties

Message

public string Message { get; set; }

Property Value

string

TypeName

public string TypeName { get; set; }

Property Value

string