Partager via


ExceptionResponseException Constructeurs

Définition

Surcharges

ExceptionResponseException()

Initialise une nouvelle instance de la classe ExceptionResponseException.

ExceptionResponseException(String)

Initialise une nouvelle instance de la classe ExceptionResponseException.

ExceptionResponseException(String, Exception)

Initialise une nouvelle instance de la classe ExceptionResponseException.

ExceptionResponseException()

Initialise une nouvelle instance de la classe ExceptionResponseException.

public ExceptionResponseException ();
Public Sub New ()

S’applique à

ExceptionResponseException(String)

Initialise une nouvelle instance de la classe ExceptionResponseException.

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

Paramètres

message
String

Message d'exception.

S’applique à

ExceptionResponseException(String, Exception)

Initialise une nouvelle instance de la classe ExceptionResponseException.

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

Paramètres

message
String

Message d'exception.

innerException
Exception

Exception interne.

S’applique à