isPipelineExceptionHandler property
bool
get
isPipelineExceptionHandler
Indicates if this is describing a pipeline exception handler
Implementation
bool get isPipelineExceptionHandler =>
(!isRequestHandler) && pipeline != null;