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

InvalidLambdaResponseException() public method

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

Same methods

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