1 write to exception
System.ServiceModel (1)
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
82this.exception = exception;
4 references to exception
System.ServiceModel (4)
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (4)
35if (this.exception != null) 36throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.exception); 73if (this.exception != null) 74Complete(this.completedSynchronously, this.exception);