Amazon.ECR.Model.RepositoryNotFoundException.RepositoryNotFoundException C# (CSharp) Method

RepositoryNotFoundException() public method

Constructs a new RepositoryNotFoundException with the specified error message.
public RepositoryNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public RepositoryNotFoundException(string message) 
            : base(message) {}
          

Same methods

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