NotInCacheException Class
Exception thrown when a requested item is not present in the ASCOM cache.
Namespace: ASCOM.Utilities.ExceptionsAssembly: ASCOM.Cache (in ASCOM.Cache.dll) Version: 7.1.3+4851.c5da65c2b
[SerializableAttribute]
public class NotInCacheException : Exception
<SerializableAttribute>
Public Class NotInCacheException
Inherits Exception
[SerializableAttribute]
public ref class NotInCacheException : public Exception
- Inheritance
- Object Exception NotInCacheException
When returned through COM, the exception number is hex 0x8004040D.
| Number |
The COM error code for this exception (hex 0x8004040D)
|