Class PSPDFKitInvalidTypeException
The exception that is thrown when an object of invalid type is passed to PSPDFKit SDK.
Implements
Inherited Members
Namespace: PSPDFKit.Api.Exceptions
Assembly: Api.dll
Syntax
public class PSPDFKitInvalidTypeException : Exception, ISerializable
Constructors
| Edit this page View SourcePSPDFKitInvalidTypeException(string)
Initializes a new instance of PSPDFKitInvalidTypeException type
Declaration
public PSPDFKitInvalidTypeException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Error description |