1 write to exception
System.ServiceModel (1)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (1)
361
this.
exception
= exception;
2 references to exception
System.ServiceModel (2)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (2)
352
if (this.
exception
!= null)
353
Complete(this.completedSynchronously, this.
exception
);