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