ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / 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