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