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

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

Construct instance of ImageAlreadyExistsException
public ImageAlreadyExistsException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public ImageAlreadyExistsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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::ImageAlreadyExistsException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
ImageAlreadyExistsException