[]
Constructs a new NoNextElementException exception with no detail message.
public NoNextElementException()
Public Sub New()
Constructs a new NoNextElementException exception with the specified detail message.
public NoNextElementException(string s)
Public Sub New(s As String)
| Type | Name | Description |
|---|---|---|
| string | s | The detail message. |