ServerFaultException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when an exception occurs on the server that is not configured to propagate to the client.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ServerFaultException _
Inherits Exception _
Implements ISerializable
'Usage
Dim instance As ServerFaultException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ServerFaultException : Exception, ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ServerFaultException : public Exception,
ISerializable
public class ServerFaultException extends Exception implements ISerializable
Remarks
The ServerFaultException object is used to hold information about an exception that was thrown on the server to the client.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer..::.ServerFaultException
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.