Class VersionCompatibilityException
This exception is thrown when the scan head is not compatible with the operation being performed.
Inheritance
VersionCompatibilityException
Implements
Inherited Members
Namespace: JoeScan.Pinchot
Assembly: JoeScan.Pinchot.dll
Syntax
public class VersionCompatibilityException : InvalidOperationException, ISerializable
Remarks
One example of this exception being thrown is when the API attempts to connect to a
ScanHead with an incompatible version. Only scan heads loaded with
firmware with the same major version as the API are compatible.
Versions are defined as:
Major.Minor.Patch
Examples
A scan head with a version of 13.1.1
is compatible with an API with a version of
13.4.2
because the major version (13
) is the same.