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