10 references to FaultCode
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (2)
688return new FaultCode(localName, ns); 710FaultCode code = new FaultCode(name, ns);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
83FaultCode code = new FaultCode(FaultCodeConstants.Codes.InternalServiceFault, FaultCodeConstants.Namespaces.NetDispatch);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
555FaultCode code = new FaultCode(FaultCodeConstants.Codes.DeserializationFailed, FaultCodeConstants.Namespaces.NetDispatch);
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultCode.cs (2)
116return CreateSenderFaultCode(new FaultCode(name, ns)); 128return CreateReceiverFaultCode(new FaultCode(name, ns));
FrameworkFork\System.ServiceModel\System\ServiceModel\MustUnderstandSoapException.cs (1)
33FaultCode code = new FaultCode(MessageStrings.MustUnderstandFault, _envelopeVersion.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\WSAddressing10ProblemHeaderQNameFault.cs (3)
28new FaultCode(Addressing10Strings.InvalidCardinality, 34new FaultCode(Addressing10Strings.MessageAddressingHeaderRequired, 47new FaultCode(Addressing10Strings.ActionMismatch, AddressingVersion.WSAddressing10.Namespace));