Class PSPDFKitInvalidTypeException

The exception that is thrown when an object of invalid type is passed to PSPDFKit SDK.

Inheritance
object
PSPDFKitInvalidTypeException
Implements
Namespace: PSPDFKit.Api.Exceptions
Assembly: Api.dll
Syntax
public class PSPDFKitInvalidTypeException : Exception, ISerializable

Constructors

| Edit this page View Source

PSPDFKitInvalidTypeException(string)

Initializes a new instance of PSPDFKitInvalidTypeException type

Declaration
public PSPDFKitInvalidTypeException(string message)
Parameters
Type Name Description
string message

Error description

Implements

ISerializable