ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / 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, contains: position and message.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property FullMessage As System.String
    public override System.string FullMessage {get;}
    See Also