Show / Hide Table of Contents

Class VersionCompatibilityException

This exception is thrown when the scan head is not compatible with the operation being performed.

Inheritance
object
Exception
SystemException
InvalidOperationException
VersionCompatibilityException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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.

Implements

ISerializable
  • Improve this Doc
  • View Source
Back to top Copyright JoeScan, Inc.
Generated by DocFX