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

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