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

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

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

Same methods

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