Class ExceptionCodes

The custom exception codes for thrown System.Runtime.InteropServices.COMException

Inheritance
System.Object
ExceptionCodes
Namespace: PSPDFKit
Assembly: PSPDFKit.dll
Syntax
public sealed class ExceptionCodes

Properties

Error

An error occurred.

Declaration
public static int Error { get; }
Property Value
Type Description
System.Int32

Internal

An internal error occurred.

Declaration
public static int Internal { get; }
Property Value
Type Description
System.Int32

InvalidLicense

The license is invalid for this operation.

Declaration
public static int InvalidLicense { get; }
Property Value
Type Description
System.Int32

InvalidPassword

The password is invalid.

Declaration
public static int InvalidPassword { get; }
Property Value
Type Description
System.Int32

Unknown

An unknown exception occurred.

Declaration
public static int Unknown { get; }
Property Value
Type Description
System.Int32