ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.ExpressionEditor.Engine Namespace / ErrorInfo Class / Message Property

In This Topic
    Message Property (ErrorInfo)
    In This Topic
    Gets a message with a information about error.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Message As System.String
    public abstract System.string Message {get;}
    See Also