Delen via


ExceptionTelemetry Constructors

Definition

Overloads

ExceptionTelemetry()

Initializes a new instance of the ExceptionTelemetry class with empty properties.

ExceptionTelemetry(Exception)

Initializes a new instance of the ExceptionTelemetry class with empty properties.

ExceptionTelemetry()

Initializes a new instance of the ExceptionTelemetry class with empty properties.

public:
 ExceptionTelemetry();
public ExceptionTelemetry ();
Public Sub New ()

Applies to

ExceptionTelemetry(Exception)

Initializes a new instance of the ExceptionTelemetry class with empty properties.

public:
 ExceptionTelemetry(Exception ^ exception);
public ExceptionTelemetry (Exception exception);
new Microsoft.VisualStudio.ApplicationInsights.DataContracts.ExceptionTelemetry : Exception -> Microsoft.VisualStudio.ApplicationInsights.DataContracts.ExceptionTelemetry
Public Sub New (exception As Exception)

Parameters

exception
Exception

Exception instance.

Applies to