PDFNetExceptionGetFunction Method |
Gets the name of the function/method where the exception was thrown.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetFunction()
Public Function GetFunction As String
public:
virtual String^ GetFunction() sealed
Return Value
Type:
StringThe name of the function/method where the exception was thrown.
See Also