LibraryException Class Documentation

classLibraryException : ApplicationException

Namespace:Datalogics::PDFL

Inherits from:
ApplicationException

Constructor & Destructor Documentation

LibraryException

LibraryException(stringmessage, interrorCode, stringobjectName, stringadditionalInfo)

Parameters

message: string

The detail message.

errorCode: int

The PDF Library error code.

objectName: string

The name of the object (i.e. a filename for a file) that caused the error.

additionalInfo: string

A string containing additional information about the object.

Exception thrown when there is an error processing a library call

Property Documentation

AdditionalInfo

stringAdditionalInfo[get]

Additional information about the exception.

ErrorCode

intErrorCode[get]

The internal PDF Library error code.

ObjectName

stringObjectName[get]

The name of the object that caused the exception.