NotInCacheException Class

Exception thrown when a requested item is not present in the ASCOM cache.

Definition

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

Remarks

When returned through COM, the exception number is hex 0x8004040D.

Constructors

NotInCacheException Initializes a new instance of the ASCOM NotInCacheException exception with no message. Sets the COM HResult to UnspecifiedError.
NotInCacheException(String) Create a new ASCOM NotInCacheException exception using the specified text message
NotInCacheException(String, Exception) Create a new ASCOM NotInCacheException exception using the specified text message and inner exception.

Properties

Number The COM error code for this exception (hex 0x8004040D)

See Also