PDFNetExceptionGetMessage Method |
Gets the detailed message describing the exception.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetMessage()
Public Function GetMessage As String
public:
virtual String^ GetMessage() sealed
Return Value
Type:
StringThe detailed message describing the exception.
See Also