TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / ExpressionException Class / ExpressionException Constructor
The message that describes the error.

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

    Parameters

    message
    The message that describes the error.
    See Also