Class PSPDFKitOperationException

The exception that is thrown when an invalid PSPDFKit operation was requested or there was an error while executing an operation.

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

Constructors

| Edit this page View Source

PSPDFKitOperationException(Operation)

Initializes a new instance of the PSPDFKitOperationException class with specified operation name.

Declaration
public PSPDFKitOperationException(Operation operationName)
Parameters
Type Name Description
Operation operationName

PSPDFKit operation that failed to execute.

| Edit this page View Source

PSPDFKitOperationException(Operation, Exception)

Initializes a new instance of PSPDFKitOperationException class with a specified operation name and a reference to inner exception that is the cause of this exception.

Declaration
public PSPDFKitOperationException(Operation operationName, Exception inner)
Parameters
Type Name Description
Operation operationName

PSPDFKit operation that failed to execute.

Exception inner

Properties

| Edit this page View Source

OperationName

PSPDFKit operation that failed to execute.

Declaration
public Operation OperationName { get; }
Property Value
Type Description
Operation

Implements

ISerializable