C# Class Umamimolecule.AzureFunctionsMiddleware.MiddlewarePipelineException

Inheritance: Exception
Show file Open project: umamimolecule/azure-functions-http-middleware

Public Methods

Method Description
MiddlewarePipelineException ( ) : System

Initializes a new instance of the MiddlewarePipelineException class.

MiddlewarePipelineException ( string message ) : System

Initializes a new instance of the MiddlewarePipelineException class.

Method Details

MiddlewarePipelineException() public method

Initializes a new instance of the MiddlewarePipelineException class.
public MiddlewarePipelineException ( ) : System
return System

MiddlewarePipelineException() public method

Initializes a new instance of the MiddlewarePipelineException class.
public MiddlewarePipelineException ( string message ) : System
message string The message describing the error.
return System