The EDBException class is used to create an instance of an exception object whenever an ElevateDB error occurs. You will find a list of all of the ElevateDB error codes in the Appendix A - Error Codes and Messages topic.
Namespace: Elevate.ElevateDB.Data
Inherits From System.Data.Common.DbException
Constructor
(Msg: String; Inner: Exception)
Properties
Property
Description
ErrorMsg: String
Indicates the error message that gives further information on the exception.
This property is always set for every exception.
ErrorLine: Int32
Indicates the line of text in that the current exception applies to.
This property may or may not be set depending upon the exception being raised.
ErrorColumn: Int32
Indicates the column of text in that the current exception applies to.
This property may or may not be set depending upon the exception being raised.