3 references to FaultCode
System.ServiceModel (3)
System\ServiceModel\Channels\MessageFault.cs (1)
118defaultMessageFault = MessageFault.CreateFault(new FaultCode("Default"), new FaultReason("", CultureInfo.CurrentCulture));
System\ServiceModel\FaultException.cs (2)
146get { return new FaultCode("Sender"); } 176return (code != null) ? new FaultCode(code) : DefaultCode;