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

UsernameExistsException() public method

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

Same methods

UsernameExistsException::UsernameExistsException ( Exception innerException ) : System
UsernameExistsException::UsernameExistsException ( System info, System context ) : 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