Share via


DatabaseIntegrityException Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The exception that is thrown when the integrity of the campaigns database has been compromised.

Namespace:  Microsoft.CommerceServer
Assembly:  Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class DatabaseIntegrityException _
    Inherits Exception
'Usage
Dim instance As DatabaseIntegrityException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class DatabaseIntegrityException : Exception
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class DatabaseIntegrityException : public Exception
public class DatabaseIntegrityException extends Exception

Remarks

DatabaseIntegrityException is thrown if, during the course of any operation affecting database records, it is found that the database has been externally modified in a way that is not compatible with the product. These scenarios include modification of database constraints, deletion of internally managed records, or unrecognized enumeration values in data columns.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer..::.DatabaseIntegrityException

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.

See Also

Reference

DatabaseIntegrityException Members

Microsoft.CommerceServer Namespace