CompatibilityException Class

Exception thrown when an incompatible component is encountered that prevents an Astrometric compoent from functioning correctly. correctly.

Definition

Namespace: ASCOM.Astrometry.Exceptions
Assembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 7.1.3+4851.c5da65c2b
C#
[SerializableAttribute]
public class CompatibilityException : HelperException
Inheritance
Object    Exception    HelperException    CompatibilityException

Constructors

CompatibilityException(String) Create a new exception with message
CompatibilityException(SerializationInfo, StreamingContext) Serialise the exception
CompatibilityException(String, Exception) Create a new exception with message

See Also