Amazon.CognitoIdentityProvider.Model.UsernameExistsException.UsernameExistsException C# (CSharp) Method

UsernameExistsException() public method

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

Same methods

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