Partager via


ResponseWithErrorException Constructeurs

Définition

Surcharges

ResponseWithErrorException()

Initialise une nouvelle instance de la classe ResponseWithErrorException.

ResponseWithErrorException(String)

Initialise une nouvelle instance de la classe ResponseWithErrorException.

ResponseWithErrorException(String, Exception)

Initialise une nouvelle instance de la classe ResponseWithErrorException.

ResponseWithErrorException()

Initialise une nouvelle instance de la classe ResponseWithErrorException.

public ResponseWithErrorException ();
Public Sub New ()

S’applique à

ResponseWithErrorException(String)

Initialise une nouvelle instance de la classe ResponseWithErrorException.

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

Paramètres

message
String

Message d'exception.

S’applique à

ResponseWithErrorException(String, Exception)

Initialise une nouvelle instance de la classe ResponseWithErrorException.

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

Paramètres

message
String

Message d'exception.

innerException
Exception

Exception interne.

S’applique à