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