ExceptionTelemetry Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ExceptionTelemetry() |
Inicializa uma nova instância da ExceptionTelemetry classe com propriedades vazias. |
ExceptionTelemetry(Exception) |
Inicializa uma nova instância da ExceptionTelemetry classe com propriedades vazias. |
ExceptionTelemetry(IEnumerable<ExceptionDetailsInfo>, Nullable<SeverityLevel>, String, IDictionary<String,String>, IDictionary<String,Double>) |
Inicializa uma nova instância da classe ExceptionTelemetry. |
ExceptionTelemetry()
Inicializa uma nova instância da ExceptionTelemetry classe com propriedades vazias.
public ExceptionTelemetry ();
Public Sub New ()
Aplica-se a
ExceptionTelemetry(Exception)
Inicializa uma nova instância da ExceptionTelemetry classe com propriedades vazias.
public ExceptionTelemetry (Exception exception);
new Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry : Exception -> Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry
Public Sub New (exception As Exception)
Parâmetros
- exception
- Exception
Instância de exceção.
Aplica-se a
ExceptionTelemetry(IEnumerable<ExceptionDetailsInfo>, Nullable<SeverityLevel>, String, IDictionary<String,String>, IDictionary<String,Double>)
Inicializa uma nova instância da classe ExceptionTelemetry.
public ExceptionTelemetry (System.Collections.Generic.IEnumerable<Microsoft.ApplicationInsights.DataContracts.ExceptionDetailsInfo> exceptionDetailsInfoList, Microsoft.ApplicationInsights.DataContracts.SeverityLevel? severityLevel, string problemId, System.Collections.Generic.IDictionary<string,string> properties, System.Collections.Generic.IDictionary<string,double> measurements);
new Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry : seq<Microsoft.ApplicationInsights.DataContracts.ExceptionDetailsInfo> * Nullable<Microsoft.ApplicationInsights.DataContracts.SeverityLevel> * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry
Public Sub New (exceptionDetailsInfoList As IEnumerable(Of ExceptionDetailsInfo), severityLevel As Nullable(Of SeverityLevel), problemId As String, properties As IDictionary(Of String, String), measurements As IDictionary(Of String, Double))
Parâmetros
- exceptionDetailsInfoList
- IEnumerable<ExceptionDetailsInfo>
Informações de exceção.
- severityLevel
- Nullable<SeverityLevel>
Nível de gravidade.
- problemId
- String
ID do problema.
- properties
- IDictionary<String,String>
Propriedades.
- measurements
- IDictionary<String,Double>
Medidas.
Aplica-se a
Azure SDK for .NET