Share via


ExceptionResponse Constructors

Definition

Overloads

ExceptionResponse()

Initializes a new instance of the ExceptionResponse class.

ExceptionResponse(ServiceError)

Initializes a new instance of the ExceptionResponse class.

ExceptionResponse()

Initializes a new instance of the ExceptionResponse class.

public ExceptionResponse ();
Public Sub New ()

Applies to

ExceptionResponse(ServiceError)

Initializes a new instance of the ExceptionResponse class.

public ExceptionResponse (Microsoft.Azure.Management.Support.Models.ServiceError error = default);
new Microsoft.Azure.Management.Support.Models.ExceptionResponse : Microsoft.Azure.Management.Support.Models.ServiceError -> Microsoft.Azure.Management.Support.Models.ExceptionResponse
Public Sub New (Optional error As ServiceError = Nothing)

Parameters

error
ServiceError

The API error details.

Applies to