Delen via


ErrorResponse Constructors

Definitie

Overloads

ErrorResponse()

Initialiseert een nieuw exemplaar van de klasse ErrorResponse.

ErrorResponse(ErrorDetail)

Initialiseert een nieuw exemplaar van de klasse ErrorResponse.

ErrorResponse()

Initialiseert een nieuw exemplaar van de klasse ErrorResponse.

public ErrorResponse ();
Public Sub New ()

Van toepassing op

ErrorResponse(ErrorDetail)

Initialiseert een nieuw exemplaar van de klasse ErrorResponse.

public ErrorResponse (Microsoft.Azure.Management.Authorization.Models.ErrorDetail error = default);
new Microsoft.Azure.Management.Authorization.Models.ErrorResponse : Microsoft.Azure.Management.Authorization.Models.ErrorDetail -> Microsoft.Azure.Management.Authorization.Models.ErrorResponse
Public Sub New (Optional error As ErrorDetail = Nothing)

Parameters

error
ErrorDetail

Het foutobject.

Van toepassing op