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