2 writes to exception
System.ServiceModel.Internals (2)
System\Runtime\AsyncResult.cs (2)
151
this.
exception
= exception;
204
this.
exception
= exception;
3 references to exception
System.ServiceModel.Internals (3)
System\Runtime\AsyncResult.cs (3)
143
OnCompleting(this, this.
exception
);
404
if (asyncResult.
exception
!= null)
406
throw Fx.Exception.AsError(asyncResult.
exception
);