5 references to TraceException
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ExceptionTrace.cs (5)
76
return
TraceException
<Exception>(exception, eventSource);
99
return
TraceException
<Exception>(targetInvocationException, eventSource);
139
return
TraceException
(aggregateException, eventSource);
159
TraceException
<Exception>(innerException, eventSource);
219
return
TraceException
<TException>(exception, _eventSourceName);