Property PropagateUnexpectedExceptions
PropagateUnexpectedExceptions
Gets a value indicating whether unexpected exceptions should propagate unhandled instead of being logged and reported as a server error. Defaults to true in development environments so that the developer exception page can display them (and streaming responses report full exception details).
Declaration
protected virtual bool PropagateUnexpectedExceptions { get; }
Property Value
| Type | Description |
|---|---|
| bool |