Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor.Model Namespace / DataBindingException Class / DataBindingException Constructor
The message that describes the error.

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

    Parameters

    message
    The message that describes the error.
    See Also