• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Class InvalidTaskEnumeratorException

InvalidTaskEnumeratorException is thrown when MapReduce Task Enumerator is invalid

Inheritance
System.Object
System.Exception
CacheException
InvalidTaskEnumeratorException
Inherited Members
CacheException.ErrorCode
CacheException.StackTrace
CacheException.ToString()
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class InvalidTaskEnumeratorException : CacheException, ISerializable, _Exception

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

Back to top Copyright © 2017 Alachisoft