Class InvalidTaskEnumeratorException
InvalidTaskEnumeratorException is thrown when the MapReduce Task Enumerator is invalid.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class InvalidTaskEnumeratorException : CacheException, ISerializable, _Exception
Constructors
Name | Description |
---|---|
InvalidTaskEnumeratorException() | The default constructor of class InvalidTaskEnumeratorException |
InvalidTaskEnumeratorException(Int32) | An overloaded constructor that takes errorcode as a parameter. |
InvalidTaskEnumeratorException(Int32, String) | An overloaded constructor that takes errorcode and exception message as parameters. |
InvalidTaskEnumeratorException(Int32, String, Exception) | An overloaded constructor that takes errorcode, nested exception and exception message as parameters. |
InvalidTaskEnumeratorException(Int32, String, String) | An overloaded constructor that takes errorcode, stacktrace and exception message as parameters. |
InvalidTaskEnumeratorException(String) | An overloaded constructor that takes reason as a parameter. |
InvalidTaskEnumeratorException(String, Exception) | An overloaded constructor that takes reason and nested exception as parameters. |