PDFNetExceptionGetLineNumber Method |
Gets the line number in the file where the exception was thrown.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetLineNumber()
Public Function GetLineNumber As Integer
public:
virtual int GetLineNumber() sealed
function GetLineNumber();
Return Value
Type:
Int32The line number where the exception was thrown.
See Also