ExceptionTelemetry Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.