C# Class Winium.Cruciatus.Exceptions.NoSuchElementException

Inheritance: Winium.Cruciatus.Exceptions.CruciatusException
Afficher le fichier Open project: vidyutron/UnifiedFramework

Méthodes publiques

Méthode Description
NoSuchElementException ( ) : System

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

NoSuchElementException ( string message ) : System

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

NoSuchElementException ( string message, Exception innerException ) : System

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

Méthodes protégées

Méthode Description
NoSuchElementException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

NoSuchElementException() public méthode

Конструктор по умолчанию.
public NoSuchElementException ( ) : System
Résultat System

NoSuchElementException() protected méthode

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

NoSuchElementException() public méthode

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

NoSuchElementException() public méthode

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