AlreadyOpenForEditionException | Represents an exception thrown when a document is already open for editing. |
BarcodeException | Represents an exception that is thrown when an error occurs during barcode processing. |
BarcodeInvalidDataException | Represents an exception that is thrown when the specified data for a barcode is invalid. It is trown when trying to write a barcode in an image and the data could not be encoded in the requested type. |
BarcodeInvalidLengthException | Represents an exception that is thrown when the data length for a barcode is invalid. |
BarcodeInvalidNotNumericDataException | Represents an exception that is thrown when the specified data for a barcode is invalid. It is trown when trying to write a barcode in an image and the data could not be encoded in the requested type. |
BarcodeInvalidStartException | Represents an exception that is thrown when the start of the data for barcode is invalid. It is trown when trying to write a barcode in an image and the data could not be encoded in the requested type. |
BarcodeInvalidStopException | Represents an exception that is thrown when the end of the data for barcode is invalid. It is trown when trying to write a barcode in an image and the data could not be encoded in the requested type. |
BarcodeInvalidTypeException | Represents an exception that is thrown when the specified barcode type is not supported. |
BarcodeInvalidWidthException | Represents an exception that is thrown when a barcode cannot be written due to an invalid provided width. |
ExportException | Represents an exception thrown when an export operation cannot be completed. |
FeatureUnLicensedException | Represents an exception thrown when an operation requires a feature that is not licensed. |
FileNotFoundException | Represents an exception thrown when a requested file cannot be found. |
ImplicitConversionException | Represents an exception thrown when an implicit conversion to an intermediate format fails. |
IncompatibleTypeException | Represents an exception thrown when a value has a type that is incompatible with an operation. |
IndexOutOfBoundsException | Represents an exception that is thrown when an index is out of the valid range. |
InvalidArgumentException | Represents an exception that is thrown when an argument provided to a method is not valid. |
InvalidLicenseException | Represents an exception that occurs when an invalid license is detected within the Nutrient SDK. Provides details on the reason for the invalid license to facilitate troubleshooting. |
InvalidSettingsException | Represents an exception thrown when settings use an invalid format. |
InvalidStateException | Represents an exception that is thrown when an operation is performed on an object in an invalid state. |
InvalidTemplateException | Represents an exception thrown when an invalid template model is applied to a template. |
NullOrEmptyParameterException | Represents an exception thrown when a method parameter is null or an empty string. |
NutrientArgumentNullException | Represents an exception thrown when a required argument is null. |
SdkException | Represents an exception thrown when an SDK operation fails. |
UnsupportedFormatException | Represents an exception thrown when a document format is not recognized or not supported by the SDK (e.g., attempting to open a file whose content cannot be identified as any supported document format, or whose format has no registered handler). |
VisionException | Represents an exception that occurs during Vision API operations. |