3 references to AsError
System.ServiceModel.Primitives (3)
Internals\System\Runtime\ExceptionTrace.cs (1)
106
return
AsError
<Exception>(aggregateException);
Internals\System\Runtime\TaskHelpers.cs (1)
24
throw Fx.Exception.
AsError
<TException>(task.Exception);
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
98
throw FxTrace.Exception.
AsError
<FaultException>(ae);