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 DbAPIUnknownErrorException
Thrown when unexpected error happens during database api operation execution. If you need an exception to propagate from an operation to the client you should use DbAPIOperationErrorAttribute
Namespace: VeloxDB.Protocol
Assembly: vlxc.dll
Syntax
public sealed class DbAPIUnknownErrorException : DbAPIErrorException
Constructors
DbAPIUnknownErrorException()
Declaration
public DbAPIUnknownErrorException()