C# Class Winium.Cruciatus.Exceptions.NoSuchElementException

Inheritance: Winium.Cruciatus.Exceptions.CruciatusException
Mostrar archivo Open project: vidyutron/UnifiedFramework

Public Methods

Method Description
NoSuchElementException ( ) : System

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

NoSuchElementException ( string message ) : System

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

NoSuchElementException ( string message, Exception innerException ) : System

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

Protected Methods

Method Description
NoSuchElementException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

NoSuchElementException() public method

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

NoSuchElementException() protected method

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

NoSuchElementException() public method

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

NoSuchElementException() public method

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