Click or drag to resize

UnknownErrorException(String) Constructor

Initializes a new instance of the UnknownErrorException class.

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

Parameters

message  String
The error message that explains the reason for the exception.
See Also