LibException Class |
Namespace: Aloe.SystemFrameworks.Domain
The LibException type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CannotOperateOnDeletedRow |
Cannot operate on deleted row.
|
![]() ![]() | DuplicateObjectId |
Thrown when two entity objects have the same Id
|
![]() ![]() | MultiKeyOrNotGuidPrimaryKeysAreNotSupported |
Thrown when a table has multiple column primary key.
|
![]() ![]() | ParameterShouldNotBeNull |
Used throughout the library for ArgumentNullException message
|
![]() ![]() | ValidationFail |
Thrown when validation has failed
|