2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / FunctionBase Class / CodeErrors Property

In This Topic
    CodeErrors Property
    In This Topic
    Gets the string descriptions of any compiler errors.
    Syntax
    'Declaration
     
    Public ReadOnly Property CodeErrors As System.String()
    public System.string[] CodeErrors {get;}
    See Also