'Declaration Protected m_Message As String
'Declaration
Protected m_Message As String
'Usage Dim instance As Exception Dim value As String value = instance.m_Message instance.m_Message = value
'Usage
Dim instance As Exception Dim value As String value = instance.m_Message instance.m_Message = value
protected string m_Message
Exception Class Exception Members