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