Spread WinForms 15
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Exception Class / Message Property


In This Topic
Message Property (Exception)
In This Topic
Gets the error message.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Message As String
 
'Usage
 
Dim instance As Exception
Dim value As String
 
value = instance.Message
See Also