3 instantiations of OnExceptionEventData
Microsoft.AspNetCore.Diagnostics.Tests (3)
TestDiagnosticListener.cs (3)
48
HostingUnhandledException = new
OnExceptionEventData
()
58
DiagnosticUnhandledException = new
OnExceptionEventData
()
68
DiagnosticHandledException = new
OnExceptionEventData
()
3 references to OnExceptionEventData
Microsoft.AspNetCore.Diagnostics.Tests (3)
TestDiagnosticListener.cs (3)
23
public
OnExceptionEventData
HostingUnhandledException { get; set; }
24
public
OnExceptionEventData
DiagnosticUnhandledException { get; set; }
25
public
OnExceptionEventData
DiagnosticHandledException { get; set; }