ErrorCodesNotInCacheException Field |
Reserved error code (0x8004040D) to indicate that the requested item is not present in the ASCOM cache.
Namespace: ASCOMAssembly: ASCOM.Exceptions (in ASCOM.Exceptions.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic static readonly int NotInCacheException
Public Shared ReadOnly NotInCacheException As Integer
public:
static initonly int NotInCacheException
Field Value
Int32
Remarks
The exception is defined in the ASCOM.Cache component rather than ASCOM.Exceptions.
See Also