PDFNetExceptionErrorCode Property |
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 ErrorCode { get; }
Public ReadOnly Property ErrorCode As UInteger
Get
public:
virtual property unsigned int ErrorCode {
unsigned int get () sealed;
}
function get_ErrorCode();
Property Value
Type:
UInt32See Also