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

InvalidLambdaResponseException() public method

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

Same methods

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