FormFix v6.0 for .NET - Updated
ErrorNumber Enumeration



Accusoft.FormFixSdk Namespace : ErrorNumber Enumeration
A specific type of error.
Syntax
'Declaration
 
Public Enum ErrorNumber 
   Inherits System.Enum
'Usage
 
Dim instance As ErrorNumber
public enum ErrorNumber : System.Enum 
public enum class ErrorNumber : public System.Enum 
Members
MemberValueDescription
BadCollectionIndex17903 An invalid index was provided for an array or list.
BadEnumeration17003 An enumeration had a bad value.
ComError17902 A COM error occurred.
ComponentInitialization17888 The component encountered problems while initializing.
CorruptStream17896 The stream is corrupt and cannot be parsed.
EventHandler17894 An event is either not being handled or is being handled by multiple, separate methods.
EventHandlerNoImageReturned17905 An event handler did not provide an image as requested.
ExportImage17893 An error occurred while attempting to export an image.
FrameworkException17005 An error occurred during an event.
ImageResolution17887 The image resolution is invalid.
ImageType17100 Unsupported image type.
ImportImage17892 An error occurred while attempting to import an image.
Internal17897 An internal error occurred.
InvalidDebugLogFileName17110 Invalid debug log file name
InvalidPointerParameter17901 A pointer was NULL.
License17500 Licensing error.
None0 No Error.
NotImplemented17899 This operation is not implemented. This should not occur in a release product.
NotInitialized17889 An operation is being requested before the object is initialized or after it has been disposed.
NullArgument17000 An argument was NULL.
NullImage17002 An image was NULL.
OmrBubbleGridPerimeter17209 There is a problem with the perimeter of the bubble grid.
OmrInvalidFieldHeight17207 The field has an invalid height.
OmrInvalidFieldWidth17208 The field has an invalid width.
OmrInvalidImageBitDepth17206 The image has the wrong bit depth.
OmrInvalidImageData17205 The image data is invalid.
OmrMinimumConfidenceNotAttained17201 The confidence did not exceed the minimum value.
OmrNoBubbleCountData17204 No bubble count data is available.
OmrNoBubblesDetected17200 No OMR bubbles were found.
OmrNoCoordinateData17202 No coordinate data is available.
OmrNoSegmentCountData17203 No segment count data is available.
OutOfMemory17004 Out of memory.
ParmRange17001 An argument was out of range.
RegNoFormModelProvided17301 No FormModel object was provided.
UnableToOpenFile17890 An error occurred while opening a file.
Unknown17898 An unknown error occurred.
UnsupportedStreamVersion17895 The stream was created by a more recent version of the product than this build.
UnsupportedVariantType17904 An unsupported type of variant was provided.
Validation17891 An error occurred while validating operation of a user-supplied callback/event.
Remarks
This enumeration contains values that indicate specifically which error occurred.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.FormFixSdk.ErrorNumber

See Also

Reference

Accusoft.FormFixSdk Namespace

Is this page helpful?
Yes No
Thanks for your feedback.