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

UserNotFoundException() public method

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

Same methods

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