1 write to exception
System.ServiceModel.Internals (1)
System\Runtime\InputQueue.cs (1)
765this.exception = exception;
3 references to exception
System.ServiceModel.Internals (3)
System\Runtime\InputQueue.cs (3)
776get { return this.exception; } 786if (this.exception != null) 788throw Fx.Exception.AsError(this.exception);