Click or drag to resize

UnexpectedTypeException Constructor

Initializes a new instance of the InvalidAnnotationException class.

Namespace: Patagames.Pdf.Net.Exceptions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public UnexpectedTypeException(
	Type expected,
	Type actual
)

Parameters

expected  Type
Expected type.
actual  Type
Actual type.
See Also