15 references to ProtocolException
System.ServiceModel.NetFramingBase (8)
System\ServiceModel\Channels\FramingDecoders.cs (5)
276return new ProtocolException(SR.Format(SR.FramingContentTypeMismatch, contentType, via)); 297return new ProtocolException(SR.Format(SR.FramingModeNotSupportedFault, via)); 301return new ProtocolException(SR.Format(SR.FramingVersionNotSupportedFault, via)); 319return new ProtocolException(SR.Format(SR.FramingUpgradeInvalid, via)); 323return new ProtocolException(SR.Format(SR.FramingFaultUnrecognized, faultString));
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (3)
664return new ProtocolException(text); 669return new ProtocolException(text); 675return new ProtocolException(text);
System.ServiceModel.Primitives (7)
netstandard.cs (7)
910public MessageHeaderException(string message) : base(default) { } 911public MessageHeaderException(string message, bool isDuplicate) : base(default) { } 912public MessageHeaderException(string message, System.Exception innerException) : base(default) { } 913public MessageHeaderException(string message, string headerName, string ns) : base(default) { } 914public MessageHeaderException(string message, string headerName, string ns, bool isDuplicate) : base(default) { } 915public MessageHeaderException(string message, string headerName, string ns, bool isDuplicate, System.Exception innerException) : base(default) { } 916public MessageHeaderException(string message, string headerName, string ns, System.Exception innerException) : base(default) { }