Expression Editor for WinForms | ComponentOne
C1.ExpressionEditor.Engine Namespace / ScriptErrorInfo Class
Members

In This Topic
    ScriptErrorInfo Class
    In This Topic
    Provides a information about error of evaluating or parsing.
    Syntax
    'Declaration
     
    
    Public Class ScriptErrorInfo 
       Inherits ErrorInfo
    public class ScriptErrorInfo : ErrorInfo 
    Inheritance Hierarchy

    System.Object
       C1.ExpressionEditor.Engine.ErrorInfo
          C1.ExpressionEditor.Engine.ScriptErrorInfo

    See Also