Method | Description | |
---|---|---|
ErrorResponseMessageException ( HttpStatusCode httpStatus, Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessage errorResponseMessage, string errorMessage, |
Initializes a new instance of the ErrorResponseMessageException class.
|
public ErrorResponseMessageException ( HttpStatusCode httpStatus, Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessage errorResponseMessage, string errorMessage, |
||
httpStatus | HttpStatusCode | The http status code. |
errorResponseMessage | Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessage | The error response code. |
errorMessage | string | The error response message. |
innerException | Optional. The inner exception. | |
return | Cmdlets.Utilities |