7 references to Fault
System.ServiceModel (7)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (1)
61
case ReceiveErrorHandling.
Fault
:
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (1)
227
case ReceiveErrorHandling.
Fault
:
System\ServiceModel\Channels\Msmq4SubqueuePoisonHandler.cs (1)
46
case ReceiveErrorHandling.
Fault
:
System\ServiceModel\Channels\TransportDefaults.cs (1)
169
internal const ReceiveErrorHandling ReceiveErrorHandling = System.ServiceModel.ReceiveErrorHandling.
Fault
;
System\ServiceModel\Configuration\Properties.cs (2)
1810
properties.Add(new ConfigurationProperty("receiveErrorHandling", typeof(System.ServiceModel.ReceiveErrorHandling), System.ServiceModel.ReceiveErrorHandling.
Fault
, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.ReceiveErrorHandlingHelper)), System.Configuration.ConfigurationPropertyOptions.None));
1920
properties.Add(new ConfigurationProperty("receiveErrorHandling", typeof(System.ServiceModel.ReceiveErrorHandling), System.ServiceModel.ReceiveErrorHandling.
Fault
, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.ReceiveErrorHandlingHelper)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\ReceiveErrorHandling.cs (1)
18
return value == ReceiveErrorHandling.
Fault
||