8 references to GetTerminalException
System.ServiceModel (8)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1427throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.GetTerminalException());
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
547: this.communicationObject.GetTerminalException(); 2534Complete(false, communicationObject.GetTerminalException());
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
736throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.GetTerminalException());
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (3)
188return this.GetTerminalException(); 1017throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.parent.GetTerminalException()); 1081this.Complete(false, parent.GetTerminalException());
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
1133this.exception = communicationObject.GetTerminalException();