You are here: Scanning Services > Handle Program Errors

Handle General Program Errors

ScanTools Plus Link allows you to suppress all ScanTools Plus general program error messages and customize the handling of general errors in your program.

Also see the sample programs installed with the SDK; they provide specific ways of handling program errors. Installed Samples Overview

To handle program errors, do the following:

  1. Call ScanningManager.SetKernelErrorMode with L_CLIENTHANDLES_GENERRORS. This call instructs ScanningManager to fire the ServerMessageBox event when it encounters a general program error and the ScanError event when it encounters a scanner error.
  2. Set up an event handler for the ServerMessageBox event. Like all the other events, this event has a single parameter of type ScanEventArgs. Within the ServerMessageBox event handler, the ScanEventArgs.ServerMessage object is available.
  3. Within the event handler you can examine various properties of ScanEventArgs.ServerMessage - including ErrorNo, ErrorType, MessageText and Continue - to understand the error that just occurred.
  1. After examining the errors, you can choose to have ScanTools Plus show the errors by setting ServerMessage.Display to true and simply return from the event handler. To suppress the display, set ServerMessage.Display to false and proceed to Step 5.
  2. Set ServerMessage.Continue to tell ScanningManager whether or not to continue scanning. However, each error type listed above already has the appropriate action that occurs. If you are satisfied with the default action for the error condition you can skip this step. The types YESNO_YESFATAL and YESNO_NOFATAL are the only types where any action can be taken.

If the ErrorType is L_ERRMSG_TYPE_FATAL or L_ERRMSG_TYPE_NOT_FATAL, you cannot alter the course of action and this call will essentially do nothing. If the ErrorType is L_ERRMSG_TYPE_UNKNOWN, you must call ScanningManager.Stop to stop scanning right away.

 

 

See Help on Help for additional information on using this help file.

See Scantron Technical Support for additional information on technical support and training options.

See the ScanTools Suite System Requirements for further details on hardware and software requirements.

ScanTools is a suite of products; the specific information you want may appear in the help for a different module. If you don't find what you're looking for here, try one of the following:

 

Scantron Corporation

Customer Service (forms, products, and services):

1-800-SCANTRON (722-6876)

www.scantron.com

Technical Support:

1-800-445-3141

support@scantron.com

Copyright © 1998-2012 Scantron Corporation. All rights reserved. Use permitted only under license. www.scantron.com. No part of the Help or user guides may be reproduced in any form, or by any means, without express permission from Scantron Corporation.

LINKS TO THIRD PARTY SITES

This help system may contain links to third party websites ("Linked Sites"). The Linked Sites are not under the control of Scantron and Scantron is not responsible for the content of any Linked Site, including without limitation any link contained in a Linked Site or any changes or modifications to a Linked Site. Scantron is not responsible for web casting or any other form of transmission received from any Linked Site. Scantron provides Users with the ability to link the Assessment System to the Linked Sites as a convenience to you, and the inclusion of any link does not imply endorsement by Scantron of the Linked Site or any association with its operators.