ExceptionTelemetry.SeverityLevel Propriedade

Definição

Obtém ou define o nível de severidade da exceção.

public:
 property Nullable<Microsoft::VisualStudio::ApplicationInsights::DataContracts::SeverityLevel> SeverityLevel { Nullable<Microsoft::VisualStudio::ApplicationInsights::DataContracts::SeverityLevel> get(); void set(Nullable<Microsoft::VisualStudio::ApplicationInsights::DataContracts::SeverityLevel> value); };
public Microsoft.VisualStudio.ApplicationInsights.DataContracts.SeverityLevel? SeverityLevel { get; set; }
member this.SeverityLevel : Nullable<Microsoft.VisualStudio.ApplicationInsights.DataContracts.SeverityLevel> with get, set
Public Property SeverityLevel As Nullable(Of SeverityLevel)

Valor da propriedade

Nullable<SeverityLevel>

Aplica-se a