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

RepositoryNotFoundException() public method

Construct instance of RepositoryNotFoundException
public RepositoryNotFoundException ( 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
return System
        public RepositoryNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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