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