ErrorResponseException Constructors

Definition

Overloads

ErrorResponseException()

Initializes a new instance of the ErrorResponseException class.

ErrorResponseException(String)

Initializes a new instance of the ErrorResponseException class.

ErrorResponseException(String, Exception)

Initializes a new instance of the ErrorResponseException class.

ErrorResponseException()

Initializes a new instance of the ErrorResponseException class.

public ErrorResponseException ();

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

ErrorResponseException(String)

Initializes a new instance of the ErrorResponseException class.

public ErrorResponseException (string message);

Parameters

message
String

The exception message.

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

ErrorResponseException(String, Exception)

Initializes a new instance of the ErrorResponseException class.

public ErrorResponseException (string message, Exception innerException);

Parameters

message
String

The exception message.

innerException
Exception

Inner exception.

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy