 | DomException(PdfField) Constructor |
Initializes a new instance of the DomException class.
Namespace: Patagames.Pdf.Net.ExceptionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic DomException(
PdfField field
)
Public Sub New (
field As PdfField
)
public:
DomException(
PdfField^ field
)
new :
field : PdfField -> DomException
public DomException(
PdfField field
)
Patagames.Pdf.Net.Exceptions.DomException = function(field);
Parameters
- field PdfField
- The PdfField on which the exception was thrown.
See Also