1 write to SessionException
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
561this.service.SessionException = e;
3 references to SessionException
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (3)
629if (this.service.SessionException != null) 632this.Fault(this.service.SessionException); 771exception = this.service.SessionException;