Class SwPDFError
About class
Describes an error caused by PDF creating process.
Syntax
Set swPDFError = swPDFCreator.GetError()
Usage
This class is used to get detailed info about an error being raised.
Properties
Message
String. Read only. Error description.
Code
Integer. Read only. Error number.
Caller
String. Read only. Name of the module in which an error occurred.
Position
Integer. Read only. Line in which error occurred.
Last updated