Click or drag to resize

LibException Methods

The LibException type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCannotOperateOnDeletedRow
Cannot operate on deleted row.
Public methodStatic memberDuplicateObjectId
Thrown when two entity objects have the same Id
Public methodStatic memberMultiKeyOrNotGuidPrimaryKeysAreNotSupported
Thrown when a table has multiple column primary key.
Public methodStatic memberParameterShouldNotBeNull
Used throughout the library for ArgumentNullException message
Public methodStatic memberValidationFail
Thrown when validation has failed
Top
See Also