12 instantiations of MessageHeaderException
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs (2)
148
exception = new
MessageHeaderException
(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text, true);
156
exception = new
MessageHeaderException
(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (9)
583
return new
MessageHeaderException
(
620
new
MessageHeaderException
(string.Format(SRServiceModel.MultipleMessageHeaders, name, ns), name, ns, true));
646
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
MessageHeaderException
(string.Format(SRServiceModel.MultipleMessageHeadersWithActor, name, ns, actors[0]), name, ns, true));
647
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
MessageHeaderException
(string.Format(SRServiceModel.MultipleMessageHeaders, name, ns), name, ns, true));
679
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
MessageHeaderException
(string.Format(SRServiceModel.MultipleMessageHeadersWithActor, name, ns, actors[0]), name, ns, true));
680
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
MessageHeaderException
(string.Format(SRServiceModel.MultipleMessageHeaders, name, ns), name, ns, true));
722
new
MessageHeaderException
(
843
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
MessageHeaderException
(string.Format(SRServiceModel.HeaderNotFound, name, ns), name, ns));
853
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
MessageHeaderException
(string.Format(SRServiceModel.HeaderNotFound, name, ns), name, ns));
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
839
new
MessageHeaderException
(
7 references to MessageHeaderException
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs (3)
202
if (exception is
MessageHeaderException
)
204
MessageHeaderException
mhe = exception as
MessageHeaderException
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
998
catch (
MessageHeaderException
)
1012
catch (
MessageHeaderException
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
265
catch (
MessageHeaderException
)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSAddressing10ProblemHeaderQNameFault.cs (1)
19
public WSAddressing10ProblemHeaderQNameFault(
MessageHeaderException
e)