NotInCacheException(String) Constructor

Create a new ASCOM NotInCacheException exception using the specified text message

Definition

Namespace: ASCOM.Utilities.Exceptions
Assembly: ASCOM.Cache (in ASCOM.Cache.dll) Version: 7.1.3+4851.c5da65c2b
C#
public NotInCacheException(
	string message
)

Parameters

message  String
Descriptive text describing the cause of the exception

See Also