ExceptionDetailsInfo Class

Definition

Wrapper class for Microsoft.ApplicationInsights.DataContracts.ExceptionDetailsInfo.ExceptionDetails that lets user gets/sets TypeName and Message.

public sealed class ExceptionDetailsInfo
type ExceptionDetailsInfo = class
Public NotInheritable Class ExceptionDetailsInfo
Inheritance
ExceptionDetailsInfo

Constructors

ExceptionDetailsInfo(Int32, Int32, String, String, Boolean, String, IEnumerable<StackFrame>)

Constructs the instance of ExceptionDetailsInfo.

Properties

Message

Gets or sets message name of the underlying Exception that this object represents.

TypeName

Gets or sets type name of the underlying Exception that this object represents.

Applies to