NotInCacheException(String, Exception) Constructor

Create a new ASCOM NotInCacheException exception using the specified text message and inner exception.

Definition

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

Parameters

message  String
Descriptive text describing the cause of the exception
inner  Exception
The inner exception that led to throwing this exception

See Also