Class InvalidTaskEnumeratorException
InvalidTaskEnumeratorException is thrown when MapReduce Task Enumerator is invalid
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class InvalidTaskEnumeratorException : CacheException
Constructors
Name | Description |
---|---|
InvalidTaskEnumeratorException() | Default constructor for InvalidTaskEnumeratorException |
InvalidTaskEnumeratorException(Int32) | Overloaded Constructor |
InvalidTaskEnumeratorException(Int32, String) | Overloaded Constructor |
InvalidTaskEnumeratorException(Int32, String, Exception) | Overloaded Constructor |
InvalidTaskEnumeratorException(Int32, String, String) | Overloaded Constructor |
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 |