LibraryException Class Documentation
classLibraryException : ApplicationExceptionNamespace:Datalogics::PDFL
- Inherits from:
ApplicationException
Constructor & Destructor Documentation
LibraryException
LibraryException(stringmessage, interrorCode, stringobjectName, stringadditionalInfo)Parameters
message: stringThe detail message.
errorCode: intThe PDF Library error code.
objectName: stringThe name of the object (i.e. a filename for a file) that caused the error.
additionalInfo: stringA 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.