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

UsernameExistsException() public method

Construct instance of UsernameExistsException
public UsernameExistsException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public UsernameExistsException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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