Constructor InvalidTaskEnumeratorException
InvalidTaskEnumeratorException()
Default constructor for InvalidTaskEnumeratorException
Declaration
public InvalidTaskEnumeratorException()
InvalidTaskEnumeratorException(String)
Overloaded constructor for InvalidTaskEnumeratorException that takes reason as an argument
Declaration
public InvalidTaskEnumeratorException(string reason)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason | reason for the exception |
InvalidTaskEnumeratorException(String, Exception)
Overloaded constructor that takes two arguments 1-reason of Exception 2-inner exception
Declaration
public InvalidTaskEnumeratorException(string reason, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason | reason of the exception |
Exception | inner | inner exception because of which this exception occurs |