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