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

UnsupportedUserStateException() public method

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

Same methods

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 ) : System
UnsupportedUserStateException::UnsupportedUserStateException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
UnsupportedUserStateException