NotInCacheException(String, Exception) Constructor
Create a new ASCOM NotInCacheException exception using the specified text message and inner exception.
Namespace: ASCOM.Utilities.ExceptionsAssembly: ASCOM.Cache (in ASCOM.Cache.dll) Version: 7.1.3+4851.c5da65c2b
public NotInCacheException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
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