5 references to UnsupportedCloseExceptionString
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
474return SequenceTerminatedFault.CreateProtocolFault(OutputID, SRP.SequenceTerminatedUnsupportedClose, SRP.UnsupportedCloseExceptionString); 898return SequenceTerminatedFault.CreateProtocolFault(OutputID, SRP.SequenceTerminatedUnsupportedClose, SRP.UnsupportedCloseExceptionString);
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
501string exceptionString = SRP.UnsupportedCloseExceptionString;
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
525string exceptionString = SRP.UnsupportedCloseExceptionString;
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
534string exceptionString = SRP.UnsupportedCloseExceptionString;