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