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