ExceptionDetail Class
Represents fault detail information.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The ExceptionDetail class is the type parameter used as the fault detail object when a System.ServiceModel.FaultException is sent by a service as a result of setting the ServiceBehaviorAttribute.IncludeExceptionDetailInFaults or the ServiceDebugBehavior.IncludeExceptionDetailInFaults property to true.
To send a ExceptionDetail object the type must be serializable. For more information on serialization options, see Specifying Data Transfer in Service Contracts.
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.