ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / 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