 | PdfiumException(UInt32, String) 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,
string message
)
Public Sub New (
errorCode As UInteger,
message As String
)
public:
PdfiumException(
unsigned int errorCode,
String^ message
)
new :
errorCode : uint32 *
message : string -> PdfiumException
public PdfiumException(
UInt32 errorCode,
String message
)
Patagames.Pdf.Net.Exceptions.PdfiumException = function(errorCode, message);
Parameters
- errorCode UInt32
- Error code.
- message String
- The error message that explains the reason for the exception.
See Also