ServerFault Class
Contains information for a server fault. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ServerFault(String^, String^, String^) | Initializes a new instance of the ServerFault class. |
| Name | Description | |
|---|---|---|
![]() | ExceptionMessage | Gets or sets the exception message that accompanied the exception thrown on the server. |
![]() | ExceptionType | Gets or sets the type of exception that was thrown by the server. |
![]() | StackTrace | Gets or sets the stack trace of the thread that threw the exception on the server. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

