7 writes to IncludeExceptionDetailInFaults
System.ServiceModel (6)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
186
dispatchRuntime.ChannelDispatcher.
IncludeExceptionDetailInFaults
= this.includeExceptionDetailInFaults;
System\ServiceModel\Description\CallbackDebugBehavior.cs (1)
44
channelDispatcher.
IncludeExceptionDetailInFaults
= true;
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
168
channelDispatcher.
IncludeExceptionDetailInFaults
= true;
System\ServiceModel\Description\ServiceMetadataExtension.cs (2)
455
channelDispatcher.
IncludeExceptionDetailInFaults
|= sdb.IncludeExceptionDetailInFaults;
459
channelDispatcher.
IncludeExceptionDetailInFaults
|= sba.IncludeExceptionDetailInFaults;
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
367
channelDispatcher.
IncludeExceptionDetailInFaults
= this.includeExceptionDetailInFaults;
System.WorkflowServices (1)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
280
channelDispatcher.
IncludeExceptionDetailInFaults
= includeExceptionDetailsInFaults;
3 references to IncludeExceptionDetailInFaults
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
24
this.debug = channelDispatcher.
IncludeExceptionDetailInFaults
;
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
543
WebErrorHandler errorHandler = new WebErrorHandler(this, endpoint.Contract, endpointDispatcher.DispatchRuntime.ChannelDispatcher.
IncludeExceptionDetailInFaults
);
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
236
endpointDispatcher.ChannelDispatcher.ErrorHandlers.Add(new JsonErrorHandler(endpoint, endpointDispatcher.ChannelDispatcher.
IncludeExceptionDetailInFaults
));