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

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

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

Метод Описание
MultipleAssertException ( ) : System

Default Constructor (normally used)

MultipleAssertException ( string message, Exception inner ) : System

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

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

Serialization Constructor

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

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

Default Constructor (normally used)
public MultipleAssertException ( ) : System
Результат System

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

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

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

public MultipleAssertException ( 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