1 write to includeExceptionDetailInFaults
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
353this.includeExceptionDetailInFaults = value;
1 reference to includeExceptionDetailInFaults
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
347get { return this.includeExceptionDetailInFaults; }