Home
last modified time | relevance | path

Searched refs:RecordFatalException (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DApplicationManager.cs124 internal static void RecordFatalException(Exception e) { in RecordFatalException() method in System.Web.Hosting.ApplicationManager
125 RecordFatalException(AppDomain.CurrentDomain, e); in RecordFatalException()
128 internal static void RecordFatalException(AppDomain appDomain, Exception e) { in RecordFatalException() method in System.Web.Hosting.ApplicationManager
163 RecordFatalException(appDomain, exception); in OnUnhandledException()
H A DIPipelineRuntime.cs489 ApplicationManager.RecordFatalException(e); in ProcessRequestNotification()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DHttpRuntime.cs2048 ApplicationManager.RecordFatalException(e);