Constant ASPNETCORE_DIAGNOSTICS_HANDLER_TYPE
pub const ASPNETCORE_DIAGNOSTICS_HANDLER_TYPE: &'static str;
Expand description
Full type name of the IExceptionHandler
implementation that handled the exception.
§Notes
§Examples
"Contoso.MyHandler"
pub const ASPNETCORE_DIAGNOSTICS_HANDLER_TYPE: &'static str;
Full type name of the IExceptionHandler
implementation that handled the exception.
"Contoso.MyHandler"