5 references to TraceException
System.ServiceModel.Primitives (5)
Internals\System\Runtime\ExceptionTrace.cs (5)
135
return
TraceException
(exception, eventSource);
158
return
TraceException
<Exception>(targetInvocationException, eventSource);
198
return
TraceException
(aggregateException, eventSource);
218
TraceException
(innerException, eventSource);
301
return
TraceException
(exception, _eventSourceName);