Amazon.CognitoIdentityProvider.Model.UsernameExistsException.UsernameExistsException C# (CSharp) 메소드

UsernameExistsException() 공개 메소드

Construct instance of UsernameExistsException
public UsernameExistsException ( Exception innerException ) : System
innerException System.Exception
리턴 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