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


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