note
VeloxDB is still in beta and APIs are subject to change. We are in the process of completing the documentation, so some sections may be incomplete or empty at this time.
Class DatabaseException
Exception thrown by VeloxDB.
Namespace: VeloxDB
Assembly: vlxc.dll
Syntax
public class DatabaseException : DbAPIErrorException
Properties
Detail
Provides detailed information about the cause of exception.
Declaration
public DatabaseErrorDetail Detail { get; set; }
Property Value
Type | Description |
---|---|
DatabaseErrorDetail |
Message
Message describing the exception.
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
System.String |