1 write to Exception
System.ServiceModel.Primitives (1)
Internals\System\Runtime\InputQueue.cs (1)
867
Exception
= exception;
6 references to Exception
System.ServiceModel.Primitives (6)
Internals\System\Runtime\InputQueue.cs (6)
882
if (
Exception
!= null)
884
throw Fx.Exception.AsError(
Exception
);
937
Complete(false, item.
Exception
);
1099
_exception = item.
Exception
;
1156
if (item.
Exception
!= null)
1158
_tcs.TrySetException(item.
Exception
);