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