C# 클래스 Winium.Cruciatus.Exceptions.NoSuchElementException

상속: Winium.Cruciatus.Exceptions.CruciatusException
파일 보기 프로젝트 열기: vidyutron/UnifiedFramework

공개 메소드들

메소드 설명
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