C# Класс PclUnit.Style.Xunit.Exceptions.InRangeException

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

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

Метод Описание
InRangeException ( object actual, object low, object high ) : System

Creates a new instance of the InRangeException class.

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

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

Creates a new instance of the InRangeException class.
public InRangeException ( object actual, object low, object high ) : System
actual object The actual object value
low object The low value of the range
high object The high value of the range
Результат System