C# Класс Applitools.OutOfBoundsException

Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
OutOfBoundsException ( ) : System
OutOfBoundsException ( string message ) : System
OutOfBoundsException ( string message, Exception innerException ) : System

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

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

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

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

public OutOfBoundsException ( ) : System
Результат System

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

protected OutOfBoundsException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

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

public OutOfBoundsException ( string message ) : System
message string
Результат System

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

public OutOfBoundsException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System