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

RepositoryAlreadyExistsException() public method

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

Same methods

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