C# Класс Winium.Cruciatus.Exceptions.NoSuchElementException

Наследование: Winium.Cruciatus.Exceptions.CruciatusException
Показать файл Открыть проект

Открытые методы

Метод Описание
NoSuchElementException ( ) : System

Конструктор по умолчанию.

NoSuchElementException ( string message ) : System

Параметризованный конструктор.

NoSuchElementException ( string message, Exception innerException ) : System

Параметризованный конструктор.

Защищенные методы

Метод Описание
NoSuchElementException ( SerializationInfo info, StreamingContext context ) : System

Параметризованный конструктор.

Описание методов

NoSuchElementException() публичный Метод

Конструктор по умолчанию.
public NoSuchElementException ( ) : System
Результат System

NoSuchElementException() защищенный Метод

Параметризованный конструктор.
protected NoSuchElementException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

NoSuchElementException() публичный Метод

Параметризованный конструктор.
public NoSuchElementException ( string message ) : System
message string
Результат System

NoSuchElementException() публичный Метод

Параметризованный конструктор.
public NoSuchElementException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System