ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor 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 System.Collections.Generic.List(Of ErrorInfo)
    System.Collections.Generic.List<ErrorInfo> GetErrors()
    See Also