Accusoft ImagXpress 13
RaiseExceptions Property
Description
Gets and sets whether exceptions are raised.
Property Type
Read-write property
Syntax
Visual Basic
Public Property RaiseExceptions As Boolean
Return Type

True to raise exceptions.

False should be used and exceptions are not raised.

Remarks

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.

See Also

ImagXpress Object  | ImagXpress Members  | ImagError Property  | Window and Control

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback