Method | Description | |
---|---|---|
NoSuchElementException ( ) : System |
Конструктор по умолчанию.
|
|
NoSuchElementException ( string message ) : System |
Параметризованный конструктор.
|
|
NoSuchElementException ( string message, Exception innerException ) : System |
Параметризованный конструктор.
|
Method | Description | |
---|---|---|
NoSuchElementException ( SerializationInfo info, StreamingContext context ) : System |
Параметризованный конструктор.
|
protected NoSuchElementException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public NoSuchElementException ( string message ) : System | ||
message | string | |
return | System |
public NoSuchElementException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |