Expression Editor for WinForms | ComponentOne
C1.ExpressionEditor.Engine Namespace / IEngine Interface / GetErrors Method

In This Topic
    GetErrors Method (IEngine)
    In This Topic
    Gets a list of ErrorInfo objects.
    Syntax
    'Declaration
     
    
    Function GetErrors() As List(Of ErrorInfo)
    List<ErrorInfo> GetErrors()
    See Also