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

UserNotFoundException() public method

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

Same methods

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