 | DomException(String) 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(
string message
)
Public Sub New (
message As String
)
public:
DomException(
String^ message
)
new :
message : string -> DomException
public DomException(
String message
)
Patagames.Pdf.Net.Exceptions.DomException = function(message);
Parameters
- message String
- The message that describes the error.
See Also