Class InvalidTaskEnumeratorException
InvalidTaskEnumeratorException is thrown when Task Enumerator is invalid
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class InvalidTaskEnumeratorException : CacheException
Name | Description |
---|---|
InvalidTaskEnumeratorException() | Default constructor for InvalidTaskEnumeratorException |
InvalidTaskEnumeratorException(String) | Overloaded constructor for InvalidTaskEnumeratorException that takes reason as an argument |
InvalidTaskEnumeratorException(String, Exception) | Overloaded constructor that takes two arguments 1-reason of Exception 2-inner exception |