Amazon.ECR.AmazonECRException.AmazonECRException C# (CSharp) Метод

AmazonECRException() публичный Метод

Construct instance of AmazonECRException
public AmazonECRException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public AmazonECRException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
            : base(message, errorType, errorCode, requestId, statusCode)
        {
        }

Same methods

AmazonECRException::AmazonECRException ( Exception innerException ) : System
AmazonECRException::AmazonECRException ( System info, System context ) : System
AmazonECRException::AmazonECRException ( string message ) : System
AmazonECRException::AmazonECRException ( string message, Exception innerException ) : System
AmazonECRException::AmazonECRException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
AmazonECRException