'Declaration Public Enum ErrorNumber Inherits System.Enum
'Usage Dim instance As ErrorNumber
public enum ErrorNumber : System.Enum
__value public enum ErrorNumber : public System.Enum
public enum class ErrorNumber : public System.Enum
'Declaration Public Enum ErrorNumber Inherits System.Enum
'Usage Dim instance As ErrorNumber
public enum ErrorNumber : System.Enum
__value public enum ErrorNumber : public System.Enum
public enum class ErrorNumber : public System.Enum
Member | Description |
---|---|
BadCollectionIndex | An invalid index was provided for an array or list. |
BadEnumeration | An enumeration had a bad value. |
ComError | A COM error occurred. |
ComponentInitialization | The component encountered problems while initializing. |
CorruptStream | The stream is corrupt and cannot be parsed. |
EventHandler | An event is either not being handled or is being handled by multiple, separate methods. |
EventHandlerNoImageReturned | An event handler did not provide an image as requested. |
ExportImage | An error occurred while attempting to export an image. |
FrameworkException | An error occurred during an event. |
ImageResolution | The image resolution is invalid. |
ImageType | Unsupported image type. |
ImportImage | An error occurred while attempting to import an image. |
Internal | An internal error occurred. |
InvalidDebugLogFileName | Invalid debug log file name |
InvalidPointerParameter | A pointer was NULL. |
License | Licensing error. |
None | No Error. |
NotImplemented | This operation is not implemented. This should not occur in a release product. |
NotInitialized | An operation is being requested before the object is initialized or after it has been disposed. |
NullArgument | An argument was NULL. |
NullImage | An image was NULL. |
OmrBubbleGridPerimeter | There is a problem with the perimeter of the bubble grid. |
OmrInvalidFieldHeight | The field has an invalid height. |
OmrInvalidFieldWidth | The field has an invalid width. |
OmrInvalidImageBitDepth | The image has the wrong bit depth. |
OmrInvalidImageData | The image data is invalid. |
OmrMinimumConfidenceNotAttained | The confidence did not exceed the minimum value. |
OmrNoBubbleCountData | No bubble count data is available. |
OmrNoBubblesDetected | No OMR bubbles were found. |
OmrNoCoordinateData | No coordinate data is available. |
OmrNoSegmentCountData | No segment count data is available. |
OutOfMemory | Out of memory. |
ParmRange | An argument was out of range. |
RegNoFormModelProvided | No FormModel object was provided. |
UnableToOpenFile | An error occurred while opening a file. |
Unknown | An unknown error occurred. |
UnsupportedStreamVersion | The stream was created by a more recent version of the product than this build. |
UnsupportedVariantType | An unsupported type of variant was provided. |
Validation | An error occurred while validating operation of a user-supplied callback/event. |
System.Object
System.ValueType
System.Enum
Accusoft.FormFixSdk.ErrorNumber