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
intouterId
inttypeName
stringmessage
stringhasFullStack
boolstack
stringparsedStack
IEnumerable<StackFrame>
Properties
Message
public string Message { get; set; }
Property Value
TypeName
public string TypeName { get; set; }