Click or drag to resize

NotInCacheException Class

Exception thrown when a requested item is not present in the ASCOM cache.
Inheritance Hierarchy
SystemObject
  SystemException
    ASCOM.Utilities.ExceptionsNotInCacheException

Namespace:  ASCOM.Utilities.Exceptions
Assembly:  ASCOM.Cache (in ASCOM.Cache.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
[SerializableAttribute]
public class NotInCacheException : Exception

The NotInCacheException type exposes the following members.

Constructors
  NameDescription
Public methodNotInCacheException
Initializes a new instance of the ASCOM NotInCacheException exception with no message. Sets the COM HResult to UnspecifiedError.
Public methodNotInCacheException(String)
Create a new ASCOM NotInCacheException exception using the specified text message
Public methodNotInCacheException(String, Exception)
Create a new ASCOM NotInCacheException exception using the specified text message and inner exception.
Top
Properties
  NameDescription
Public propertyNumber
The COM error code for this exception (hex 0x8004040D)
Top
Remarks
When returned through COM, the exception number is hex 0x8004040D.
See Also