ExceptionTelemetry.Exception Property

Namespace: Microsoft.ApplicationInsights.Contracts
Assembly: Microsoft.ApplicationInsights (in Microsoft.ApplicationInsights.dll)

Usage

'Usage
Dim instance As ExceptionTelemetry
Dim value As Exception

value = instance.Exception

instance.Exception = value

Syntax

'Declaration
Public Property Exception As Exception
public Exception Exception { get; set; }
public:
property Exception^ Exception {
    Exception^ get ();
    void set (Exception^ value);
}
/** @property */
public Exception get_Exception ()

/** @property */
public void set_Exception (Exception value)
public function get Exception () : Exception

public function set Exception (value : Exception)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

ExceptionTelemetry Class
ExceptionTelemetry Members
Microsoft.ApplicationInsights.Contracts Namespace