5 references to DefaultCode
System.ServiceModel (5)
System\ServiceModel\FaultException.cs (5)
33this.code = FaultException.DefaultCode; 40this.code = FaultException.DefaultCode; 47this.code = FaultException.DefaultCode; 176return (code != null) ? new FaultCode(code) : DefaultCode; 272return (code != null) ? code : DefaultCode;