isServerRawExceptionHandler property
bool
get
isServerRawExceptionHandler
Indicates if this is describing a server raw exception handler
Implementation
bool get isServerRawExceptionHandler =>
(!isRequestHandler) && pipeline == null && priority == _serverLowLevel;