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