[]
This exception is thrown whenever a next???? method is called and there is no next element to return.
public class NoNextElementException : Exception, ISerializable, _Exception
| Name | Description |
|---|---|
| NoNextElementException() | Constructs a new NoNextElementException exception with no detail message. |
| NoNextElementException(string) | Constructs a new NoNextElementException exception with the specified detail message. |