CalcEngine for .NET
C1.CalcEngine Namespace / ErrorInfo Class / FullMessage Property

In This Topic
    FullMessage Property
    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