1 write to includeExceptionDetailInFaults
System.ServiceModel (1)
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
138set { this.includeExceptionDetailInFaults = value; }
2 references to includeExceptionDetailInFaults
System.ServiceModel (2)
System\ServiceModel\Description\ServiceDebugBehavior.cs (2)
137get { return this.includeExceptionDetailInFaults; } 161if (this.includeExceptionDetailInFaults)