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

RepositoryAlreadyExistsException() public method

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

Same methods

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