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