ExceptionTelemetry.HandledAt Property

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

Usage

'Usage
Dim instance As ExceptionTelemetry
Dim value As ExceptionHandledAt

value = instance.HandledAt

instance.HandledAt = value

Syntax

'Declaration
Public Property HandledAt As ExceptionHandledAt
public ExceptionHandledAt HandledAt { get; set; }
public:
property ExceptionHandledAt HandledAt {
    ExceptionHandledAt get ();
    void set (ExceptionHandledAt value);
}
/** @property */
public ExceptionHandledAt get_HandledAt ()

/** @property */
public void set_HandledAt (ExceptionHandledAt value)
public function get HandledAt () : ExceptionHandledAt

public function set HandledAt (value : ExceptionHandledAt)

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