2 writes to exception
System.ServiceModel (2)
System\ServiceModel\Channels\PeerFlooder.cs (2)
888
this.
exception
= e;
997
this.
exception
= temp;
2 references to exception
System.ServiceModel (2)
System\ServiceModel\Channels\PeerFlooder.cs (2)
995
if (this.
exception
== null)
1025
base.Complete(sync, this.
exception
);