Class PSPDFKitOperationException
The exception that is thrown when an invalid PSPDFKit operation was requested or there was an error while executing an operation.
Implements
Inherited Members
Namespace: PSPDFKit.Api.Exceptions
Assembly: Api.dll
Syntax
public class PSPDFKitOperationException : Exception, ISerializable
Constructors
| Edit this page View SourcePSPDFKitOperationException(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. |
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 SourceOperationName
PSPDFKit operation that failed to execute.
Declaration
public Operation OperationName { get; }
Property Value
| Type | Description |
|---|---|
| Operation |