Gets a text description of the exception.
public override string Message {get;}
public: __property string* get_Message() override;
'Declaration
Public Overrides NotOverridable ReadOnly Property Message As String
'Usage
Dim instance As PdfXpressException
Dim value As String
value = instance.Message
Property Value
A string which represents the message of the exception.