Persistate API documentation
DatabaseExceptionArgs Class
NamespacesPersistateDatabaseExceptionArgs

[This is preliminary documentation and is subject to change.]

Encapsulates the information supplied to DatabaseExceptionHandler delegates.
Declaration Syntax
C#
public class DatabaseExceptionArgs
Members
All MembersMethodsProperties



IconMemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Exception
Gets the PersistateDatabaseException which was thrown.

Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
LocalVersion
Gets the local vesion of an object which is the subject of an update conflict.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoteVersion
Gets the remote version of an object which is the subject of an update conflict.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
The information contained comprises the Exception which occured, and two Persistent objects, which are the LocalVersion and RemoteVersion of the same object. These last two are used only in dealing with database update conflicts.
Inheritance Hierarchy
Object
DatabaseExceptionArgs

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)