 | PdfiumException(UInt32) Constructor |
Initializes a new instance of the PdfiumException class.
Namespace: Patagames.Pdf.Net.ExceptionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfiumException(
uint errorCode
)
Public Sub New (
errorCode As UInteger
)
public:
PdfiumException(
unsigned int errorCode
)
new :
errorCode : uint32 -> PdfiumException
public PdfiumException(
UInt32 errorCode
)
Patagames.Pdf.Net.Exceptions.PdfiumException = function(errorCode);
Parameters
- errorCode UInt32
- Error code.
See Also