Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / C1ExpressionEditor Class / GetErrors Method

In This Topic
    GetErrors Method (C1ExpressionEditor)
    In This Topic
    Gets list of C1.ExpressionEditor.Engine.ErrorInfo objects.
    Syntax
    'Declaration
     
    
    Public Function GetErrors() As List(Of ErrorInfo)
    public List<ErrorInfo> GetErrors()
    See Also