Amazon.CodeCommit.Model.RepositoryNameExistsException.RepositoryNameExistsException C# (CSharp) Method

RepositoryNameExistsException() public method

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

Same methods

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