All methods and properties of objects in Scanning Services return an HRESULT (as all COM objects do). An OLE/COM HRESULT is a bit-packed structure whose members may be de-referenced using macros provided by OLE. COM objects in Scanning Services also support the IErrorInfo interface. This interface exposes methods such as GetDescription, allowing clients to extract error details from OLE/COM servers.
The value of HRESULT returned by Scanning Services on failure is created using the macro MAKE_HRESULT that takes 3 parameters.
Parameter |
Value |
---|---|
Severity |
11 (Error) |
Facility |
4 (ITS_FACILITY) |
Error Code |
5001-5011, 63212-63244 |
When a method fails, the programmer will obviously want to find out additional details about the error. The technique for doing this will vary by development platform/language.
The errors reported by objects in Scanning Services fall into two categories:
You can determine the source of the error by examining the Source attribute of the error object.
Parameter |
Value of Source |
---|---|
Errors from ScanTools Plus Link.dll |
ScanTools Plus Link.dll |
Errors from ScanTools Plus |
Component.IKernelOperation |
Handling Exceptions - Visual Basic Example
Handling Exceptions - Visual C++ using Smart Pointers Example
Scanning Services Exceptions List
ScanTools Plus Exceptions List
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) Technical Support: 1-800-445-3141 |
|
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. |