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

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

Constructs a new ImageNotFoundException with the specified error message.
public ImageNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public ImageNotFoundException(string message) 
            : base(message) {}
          

Same methods

ImageNotFoundException::ImageNotFoundException ( Exception innerException ) : System
ImageNotFoundException::ImageNotFoundException ( System info, System context ) : 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