ServerFaultException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the ServerFaultException class.
Overload List
Name | Description | |
---|---|---|
ServerFaultException()()() | Initializes a new instance of the ServerFaultException class. | |
ServerFaultException(String) | Initializes a new instance of the ServerFaultException class with the specific error message. | |
ServerFaultException(SerializationInfo, StreamingContext) | Initializes a new instance of the ServerFaultException class with the specified serialization and streaming context information. | |
ServerFaultException(String, Exception) | Initializes a new instance of the ServerFaultException class with a specific error message and inner exception that is the cause of this exception. |
Top
Remarks
The exception that is thrown when an exception occurs on the server that is not configured to propagate to the client.