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

In This Topic
    FullMessage Property (ScriptErrorInfo)
    In This Topic
    Gets a full message with a information about error, can contain: position, length and etc.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property FullMessage As String
    public override string FullMessage {get;}
    See Also