Udostępnij za pośrednictwem


ErrorResponseException Konstruktory

Definicja

Przeciążenia

ErrorResponseException()

Inicjuje nowe wystąpienie klasy ErrorResponseException.

ErrorResponseException(String)

Inicjuje nowe wystąpienie klasy ErrorResponseException.

ErrorResponseException(String, Exception)

Inicjuje nowe wystąpienie klasy ErrorResponseException.

ErrorResponseException()

Inicjuje nowe wystąpienie klasy ErrorResponseException.

public ErrorResponseException ();
Public Sub New ()

Dotyczy

ErrorResponseException(String)

Inicjuje nowe wystąpienie klasy ErrorResponseException.

public ErrorResponseException (string message);
new Microsoft.Azure.Management.Billing.Models.ErrorResponseException : string -> Microsoft.Azure.Management.Billing.Models.ErrorResponseException
Public Sub New (message As String)

Parametry

message
String

Komunikat wyjątku.

Dotyczy

ErrorResponseException(String, Exception)

Inicjuje nowe wystąpienie klasy ErrorResponseException.

public ErrorResponseException (string message, Exception innerException);
new Microsoft.Azure.Management.Billing.Models.ErrorResponseException : string * Exception -> Microsoft.Azure.Management.Billing.Models.ErrorResponseException
Public Sub New (message As String, innerException As Exception)

Parametry

message
String

Komunikat wyjątku.

innerException
Exception

Wyjątek wewnętrzny.

Dotyczy