ExceptionOptions constructor

Initializes a new instance of the ExceptionOptions class.

public ExceptionOptions(KestrunHost host, bool developerExceptionPage = false)
parameter description
host The KestrunHost instance associated with these options.
developerExceptionPage If true, enables the Developer Exception Page middleware with default options.

See Also