CallbackDebugElement Class
Represents a configuration element that specifies service-side debugging for a Windows Communication Foundation (WCF) callback object. This class cannot be inherited.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
If you set the IncludeExceptionDetailInFaults property to true programmatically, you can enable the flow of managed exception information in a client callback object back to the service for debugging purposes.
Caution: |
|---|
Returning managed exception information to clients can be a security risk. This is because exception details expose information about the internal service implementation that could be used by unauthorized clients. |
System.Configuration.ConfigurationElement
System.ServiceModel.Configuration.ServiceModelExtensionElement
System.ServiceModel.Configuration.BehaviorExtensionElement
System.ServiceModel.Configuration.CallbackDebugElement
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Caution: