BadArgException
BadArgException Methods
BadArgException() | Constructor for the BadArgException class |
Index() | One based index of the bad argument |
Derived Classes
None
See Also
Class Hierarchy, Thread, NullArgException, NullRefException
public method BadArgException(int ArgIndex)
Parameters
ArgIndex
One based index of the bad argument
Return Value
None
Description
Constructor for the BadArgException class using the one based index of the bad argument in question.
BadArgException Class
public method<int> Index()
Parameters
None
Return Value
Index of bad arg
Description
This method returns the one based index of the bad argument. This is the value which was passed into the constructor.
BadArgException Class