Click or drag to resize

LibException Class

Contains exceptions used by the library
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.DomainLibException

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static class LibException

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