ComponentOne DataObjects for .NET
ErrorTable Property (C1DataException)

C1.Data.2 Assembly > C1.Data Namespace > C1DataException Class : ErrorTable Property
Gets the name of the table or table view where the exception occurred.
Syntax
'Declaration
 
Public ReadOnly Property ErrorTable As System.String
public System.string ErrorTable {get;}
Remarks
To distinguish between tables and table views, use properties IsTable and IsTableView. This property returns empty string if the exception is not related to a particular table or table view.
See Also

Reference

C1DataException Class
C1DataException Members