Click or drag to resize

FatalErrorException 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 FatalErrorException(
	Exception innerException
)

Parameters

innerException  Exception
The exception that is the cause of the current exception.
See Also