VDBException Constructor(Int32,Int32,Int32)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new instance of the VDBException class with the specified parameters.
public VDBException(
int errorCode,
int tableNumber,
int pointNumber
)
public:
VDBException(
int errorCode,
int tableNumber,
int pointNumber
)
Parameters
- errorCode
- The Virtual Database (VDB) error code.
- tableNumber
- The table number that the error code relates to.
- pointNumber
- The point number that the error code relates to.