 | PdfiumExceptionErrorCode Property |
Gets a code that provide additional information about the exception.
Namespace: Patagames.Pdf.Net.ExceptionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic uint ErrorCode { get; }
Public ReadOnly Property ErrorCode As UInteger
Get
public:
property unsigned int ErrorCode {
unsigned int get ();
}
member ErrorCode : uint32 with get
/** @property */
public UInt32 get_ErrorCode()
function get_ErrorCode();
Property Value
UInt32
See Also