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

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

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

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

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

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

Serialization Constructor

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

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

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

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

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

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

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