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

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

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

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

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

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

Serialization Constructor

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

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

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

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

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

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

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