2 writes to _exception
System.ServiceModel.Federation (2)
System\Runtime\OperationWithTimeoutAsyncResult.cs (2)
151
_exception
= exception;
201
_exception
= exception;
3 references to _exception
System.ServiceModel.Federation (3)
System\Runtime\OperationWithTimeoutAsyncResult.cs (3)
143
OnCompleting(this,
_exception
);
387
if (asyncResult.
_exception
!= null)
389
throw asyncResult.
_exception
;