Cronous Emulation Server Daemon

DatabaseActionException Class

Database exception.

For a list of all members of this type, see DatabaseActionException Members.

System.Object
   System.Exception
      croemud.database.DatabaseActionException

[Visual Basic]
Public Class DatabaseActionException
    Inherits Exception
[C#]
public class DatabaseActionException : Exception
[C++]
public __gc class DatabaseActionException : public Exception
[JScript]
public class DatabaseActionException extends Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: croemud.database

Assembly: croemud (in croemud.dll)

See Also

DatabaseActionException Members | croemud.database Namespace