Mimer SQL Data Provider
MimerError Class Members
Properties  Methods 

Mimer.Data.Client Namespace : MimerError Class

The following tables list the members exposed by MimerError.

Public Properties
 NameDescription
Public PropertyThe defining source of the two first characters (the class portion) of the SQLState value.  
Public PropertyIf the error is connected to a column in a table or view this property returns the column name.  
Public PropertyThe value specified for condition-name in the DECLARE CONDITION statement declaring the exception as a named condition.  
Public PropertyThe name of the violated constraint.  
Public PropertyThe name of the schema containing the violated constraint.  
Public PropertyThe name of the cursor which is in an invalid state, when an exception with SQLState is set to 24000 - 'Invalid Cursor State'.  
Public PropertyThe length in the SQL string of the object for which there was an error.  
Public PropertyThe error position in the SQL string of the object for which there was an error.  
Public PropertyGets the error message.  
Public PropertyGets the native database error code.  
Public PropertyThe name of the routine parameter causing the exception.  
Public PropertyThe name of the function or procedure in which the exception was raised.  
Public PropertyThe name of the schema containing the function or procedure in which the exception was raised.  
Public PropertyGets the name of the object that generated the error.  
Public PropertyThe specific name of the function or procedure in which the exception was raised.  
Public PropertyGets the Ansi SQLState.  
Public PropertyThe defining source of the three last characters (the subclass portion) of the SQLState value.  
Public PropertyIf the error is connected to a table or view this property returns the table or view name.  
Public PropertyIf the error is connected to a table or view this property returns the schema name of the view or table.  
Public PropertyThe name of the trigger in which the exception was raised.  
Public PropertyThe name of the schema containing the table supporting the trigger in which the exception was raised.  
Top
Public Methods
 NameDescription
Public MethodGets the complete text of the error message.  
Top
See Also

Reference

MimerError Class
Mimer.Data.Client Namespace
MimerException Class