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


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