C# Класс NUnit.Framework.Internal.NUnitException

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

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

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

Initializes a new instance of the NUnitException class.

NUnitException ( string message ) : System

Initializes a new instance of the NUnitException class.

NUnitException ( string message, Exception inner ) : System

Initializes a new instance of the NUnitException class.

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

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

Serialization Constructor

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

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

Initializes a new instance of the NUnitException class.
public NUnitException ( ) : System
Результат System

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

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

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

Initializes a new instance of the NUnitException class.
public NUnitException ( string message ) : System
message string The error message that explains /// the reason for the exception
Результат System

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

Initializes a new instance of the NUnitException class.
public NUnitException ( string message, Exception inner ) : System
message string The error message that explains /// the reason for the exception
inner Exception The exception that caused the /// current exception
Результат System