Click or drag to resize

DomException(String) Constructor

Initializes a new instance of the DomException class.

Namespace: Patagames.Pdf.Net.Exceptions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public DomException(
	string message
)

Parameters

message  String
The message that describes the error.
See Also