1 write to exception
System.ServiceModel (1)
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (1)
107
this.
exception
= exception;
2 references to exception
System.ServiceModel (2)
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (2)
98
if (this.
exception
!= null)
99
Complete(this.completedSynchronously, this.
exception
);