ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor 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 System.String
    public abstract System.string FullMessage {get;}
    See Also