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

UnexpectedLambdaException() public method

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

Same methods

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