C# Класс NUnit.Framework.AssertionException

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

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

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

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

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

Serialization Constructor

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

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

Serialization Constructor
protected AssertionException ( System info, System context ) : System
info System
context System
Результат System

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

public AssertionException ( string message ) : System
message string The error message that explains /// the reason for the exception
Результат System

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

public AssertionException ( string message, Exception inner ) : System
message string The error message that explains /// the reason for the exception
inner System.Exception The exception that caused the /// current exception
Результат System