PDFNetException.ToString Method |
Returns a string representation of this exception.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
SyntaxPublic Function ToString As String
public:
virtual String^ ToString() sealed
Return Value
Type:
StringA string representation of this exception.
Implements
IStringable.ToString()
See Also