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

UserNotFoundException() public method

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

Same methods

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