AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : RaiseExceptions Property |
Visual Basic |
---|
Public Property RaiseExceptions As Boolean |
True to raise exceptions.
False should be used and exceptions are not raised.
Set the RaiseExceptions property early in the lifetime of the control.
If exceptions are enabled use the ImagError property in your exception handler to determine what the error was. In Visual Basic, the exceptions can be handle with an On Error block.
If the exceptions are disabled the ImagError property can be queried after any property or method to determine if an error has occurred.
ImagXpress Object | ImagXpress Members | ImagError Property | Window and Control