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

RepositoryNameExistsException() public method

Construct instance of RepositoryNameExistsException
public RepositoryNameExistsException ( Exception innerException ) : System
innerException System.Exception
return System
        public RepositoryNameExistsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

RepositoryNameExistsException::RepositoryNameExistsException ( System info, System context ) : System
RepositoryNameExistsException::RepositoryNameExistsException ( string message ) : 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