2 references to UnhandledException
System.ServiceModel.Internals (2)
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
716
TraceCore.
UnhandledException
(this, exception != null ? exception.ToString() : string.Empty, exception);
System\Runtime\ExceptionTrace.cs (1)
212
TraceCore.
UnhandledException
(this.diagnosticTrace, exception != null ? exception.ToString() : string.Empty, exception);