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

UnsupportedUserStateException() public method

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

Same methods

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