Spread Windows Forms 17
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Exception.ErrNotTrueTypeFont Class / Message Property


In This Topic
    Message Property (Exception.ErrNotTrueTypeFont)
    In This Topic
    Gets the error message.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Message As String
    'Usage
     
    
    Dim instance As Exception.ErrNotTrueTypeFont
    Dim value As String
     
    value = instance.Message
    public virtual string Message {get;}
    See Also