ExpressionException Constructor
In This Topic
Initializes a new instance of the C1.Win.C1TrueDBGrid.ExpressionException class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public ExpressionException(
string
)
Parameters
- message
- The message that describes the error.
See Also