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

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

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

Same methods

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