Spread Windows Forms 17
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Exception.ErrOwnerPassword Class / m_Message Field


In This Topic
    m_Message Field (Exception.ErrOwnerPassword)
    In This Topic
    Sets the error message.
    Syntax
    'Declaration
     
    
    Protected m_Message As String
    'Usage
     
    
    Dim instance As Exception.ErrOwnerPassword
    Dim value As String
     
    value = instance.m_Message
     
    instance.m_Message = value
    protected string m_Message
    See Also