NotInCacheException Constructor

Overload List

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.

See Also