C# 클래스 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessageException

The error response message exception.
상속: System.Exception
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
ErrorResponseMessageException ( HttpStatusCode httpStatus, Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessage errorResponseMessage, string errorMessage, Exception innerException = null ) : Cmdlets.Utilities

Initializes a new instance of the ErrorResponseMessageException class.

메소드 상세

ErrorResponseMessageException() 공개 메소드

Initializes a new instance of the ErrorResponseMessageException class.
public ErrorResponseMessageException ( HttpStatusCode httpStatus, Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.ErrorResponses.ErrorResponseMessage errorResponseMessage, string errorMessage, Exception innerException = null ) : Cmdlets.Utilities
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 System.Exception Optional. The inner exception.
리턴 Cmdlets.Utilities