The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ArgIterator::GetNextArg Method (RuntimeTypeHandle)
.NET Framework (current version)
Returns the next argument in a variable-length argument list that has a specified type.
This API is not CLS-compliant.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- rth
-
Type:
System::RuntimeTypeHandle
A runtime type handle that identifies the type of the argument to retrieve.
| Exception | Condition |
|---|---|
| InvalidOperationException | An attempt was made to read beyond the end of the list. |
| ArgumentNullException | The pointer to the remaining arguments is zero. |
The iterator is automatically advanced to the next argument.
.NET Framework
Available since 1.1
Available since 1.1
Show: