CommerceProfileSystemException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Base class for exceptions thrown from ProfileSystem sub systems.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CommerceProfileSystemException _
Inherits CommerceException _
Implements ISerializable
'Usage
Dim instance As CommerceProfileSystemException
[SerializableAttribute]
public class CommerceProfileSystemException : CommerceException, ISerializable
[SerializableAttribute]
public ref class CommerceProfileSystemException : public CommerceException,
ISerializable
public class CommerceProfileSystemException extends CommerceException implements ISerializable
Remarks
The base class for exceptions thrown from the Profiling System. The following classes derive from CommerceProfileSystemException:
- CommerceProfileAlreadyExistsException - Specialized profile system exception for profile objects that already exists.
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.ApplicationException
Microsoft.CommerceServer.Runtime..::.CommerceException
Microsoft.CommerceServer.Runtime.Profiles..::.CommerceProfileSystemException
Microsoft.CommerceServer.Runtime.Profiles..::.CommerceProfileAlreadyExistsException
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.