 | UnexpectedTypeException Constructor |
Initializes a new instance of the InvalidAnnotationException class.
Namespace: Patagames.Pdf.Net.ExceptionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic UnexpectedTypeException(
Type expected,
Type actual
)
Public Sub New (
expected As Type,
actual As Type
)
public:
UnexpectedTypeException(
Type^ expected,
Type^ actual
)
new :
expected : Type *
actual : Type -> UnexpectedTypeException
public UnexpectedTypeException(
Type expected,
Type actual
)
Patagames.Pdf.Net.Exceptions.UnexpectedTypeException = function(expected, actual);
Parameters
- expected Type
- Expected type.
- actual Type
- Actual type.
See Also