1 write to IncludeExceptionDetailInFaults
System.WorkflowServices (1)
System\Workflow\Activities\WorkflowServiceAttributes.cs (1)
149
workflowServiceBehavior.
IncludeExceptionDetailInFaults
= this.IncludeExceptionDetailInFaults;
2 references to IncludeExceptionDetailInFaults
System.WorkflowServices (2)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (2)
266
bool includeExceptionDetailsInFaults = this.
IncludeExceptionDetailInFaults
;
359
wmiInstance.SetProperty("IncludeExceptionDetailInFaults", this.
IncludeExceptionDetailInFaults
);