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