 | DomException(PdfControl) 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(
PdfControl control
)
Public Sub New (
control As PdfControl
)
public:
DomException(
PdfControl^ control
)
new :
control : PdfControl -> DomException
public DomException(
PdfControl control
)
Patagames.Pdf.Net.Exceptions.DomException = function(control);
Parameters
- control PdfControl
- The PdfControl on which the exception was thrown.
See Also