5 references to TraceException
System.ServiceModel.Internals (5)
System\Runtime\ExceptionTrace.cs (5)
79
return
TraceException
<Exception>(exception, eventSource);
102
return
TraceException
<Exception>(targetInvocationException, eventSource);
142
return
TraceException
(aggregateException, eventSource);
162
TraceException
<Exception>(innerException, eventSource);
275
return
TraceException
<TException>(exception, this.eventSourceName);