4 references to InvalidChannelBindingException
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (4)
266
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
InvalidChannelBindingException
(string.Format(SRServiceModel.RequiredMillisecondsAttributeIncorrect, wsrmNode.LocalName), innerException));
278
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
InvalidChannelBindingException
(string.Format(SRServiceModel.MillisecondsNotConvertibleToBindingRange, wsrmNode.LocalName), exception));
297
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
InvalidChannelBindingException
(string.Format(SRServiceModel.MillisecondsNotConvertibleToBindingRange, localName), exception));
309
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
InvalidChannelBindingException
(string.Format(SRServiceModel.MillisecondsNotConvertibleToBindingRange, localName), exception));