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

UnsupportedUserStateException() public method

Construct instance of UnsupportedUserStateException
public UnsupportedUserStateException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public UnsupportedUserStateException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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