Name | Description | |
---|---|---|
ClassOrigin | The defining source of the two first characters (the class portion) of the SQLState value. | |
ColumnName | If the error is connected to a column in a table or view this property returns the column name. | |
ConditionIdentifier | The value specified for condition-name in the DECLARE CONDITION statement declaring the exception as a named condition. | |
ConstraintName | The name of the violated constraint. | |
ConstraintSchema | The name of the schema containing the violated constraint. | |
CursorName | The name of the cursor which is in an invalid state, when an exception with SQLState is set to 24000 - 'Invalid Cursor State'. | |
ErrorLength | The length in the SQL string of the object for which there was an error. | |
ErrorPosition | The error position in the SQL string of the object for which there was an error. | |
Message | Gets the error message. | |
NativeError | Gets the native database error code. | |
ParameterName | The name of the routine parameter causing the exception. | |
RoutineName | The name of the function or procedure in which the exception was raised. | |
RoutineSchema | The name of the schema containing the function or procedure in which the exception was raised. | |
Source | Gets the name of the object that generated the error. | |
SpecificName | The specific name of the function or procedure in which the exception was raised. | |
SQLState | Gets the Ansi SQLState. | |
SubClassOrigin | The defining source of the three last characters (the subclass portion) of the SQLState value. | |
TableName | If the error is connected to a table or view this property returns the table or view name. | |
TableSchema | If the error is connected to a table or view this property returns the schema name of the view or table. | |
TriggerName | The name of the trigger in which the exception was raised. | |
TriggerSchema | The name of the schema containing the table supporting the trigger in which the exception was raised. |