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

InvalidLambdaResponseException() public method

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

Same methods

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