11 private readonly
string collection;
19 this.collection = Collection;
25 public string Object => this.collection;
Base class for database exceptions.
Database inconsistency exception. Raised when an inconsistency in the database has been found.
string Object
Object identifier related to the object. (Collection)
InconsistencyException(string Collection, string Message)
Database inconsistency exception. Raised when an inconsistency in the database has been found.
Implement this interface on exception classes to allow the log to extract object information in corre...