PDFNetExceptionGetErrorCode Method |
Gets the associated error code, if any, with this exception.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public uint GetErrorCode()
Public Function GetErrorCode As UInteger
public:
virtual unsigned int GetErrorCode() sealed
Return Value
Type:
UInt32The associated error code with this exception.
See Also