C# Класс System.Waf.UnitTesting.AssertException

Represents assertion errors that occur at runtime.
Наследование: Exception
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AssertException ( )

Initializes a new instance of the AssertException class.

AssertException ( string message )

Initializes a new instance of the AssertException class.

AssertException ( string message, Exception inner )

Initializes a new instance of the AssertException class.

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

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

Initializes a new instance of the AssertException class.
public AssertException ( )

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

Initializes a new instance of the AssertException class.
public AssertException ( string message )
message string The message.

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

Initializes a new instance of the AssertException class.
public AssertException ( string message, Exception inner )
message string The message.
inner Exception The inner exception.