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