9 references to FaultExceptionEnabled
System.ServiceModel.Web (9)
System\ServiceModel\Configuration\WebHttpElement.cs (4)
50[ConfigurationProperty(WebConfigurationStrings.FaultExceptionEnabled)] 53get { return (bool)base[WebConfigurationStrings.FaultExceptionEnabled]; } 54set { base[WebConfigurationStrings.FaultExceptionEnabled] = value; } 68properties.Add(new ConfigurationProperty(WebConfigurationStrings.FaultExceptionEnabled, typeof(bool), false, null, null, System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (5)
118[ConfigurationProperty(WebConfigurationStrings.FaultExceptionEnabled, DefaultValue = false)] 121get { return (bool)base[WebConfigurationStrings.FaultExceptionEnabled]; } 122set { base[WebConfigurationStrings.FaultExceptionEnabled] = value; } 167properties.Add(new ConfigurationProperty(WebConfigurationStrings.FaultExceptionEnabled, typeof(bool), false, null, null, System.Configuration.ConfigurationPropertyOptions.None)); 255if (IsSet(WebConfigurationStrings.FaultExceptionEnabled))