6 references to GetTerminalException
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
1041throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(GetTerminalException());
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
334: _communicationObject.GetTerminalException();
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
604throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(GetTerminalException());
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
145return GetTerminalException(); 813throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(_parent.GetTerminalException());
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
773_exception = communicationObject.GetTerminalException();