ServerFault Class
Contains information for a server fault. This class cannot be inherited.
For a list of all members of this type, see ServerFault Members.
System.Object
System.Runtime.Serialization.Formatters.ServerFault
[Visual Basic] <Serializable> NotInheritable Public Class ServerFault [C#] [Serializable] public sealed class ServerFault [C++] [Serializable] public __gc __sealed class ServerFault [JScript] public Serializable class ServerFault
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The ServerFault object is used to hold information about an exception that was thrown on the server to the client. The ServerFault is transmitted in SOAP format.
Requirements
Namespace: System.Runtime.Serialization.Formatters
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
ServerFault Members | System.Runtime.Serialization.Formatters Namespace