C# Класс ExpectBetter.ExpectationException

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

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

Метод Описание
ExpectationException ( string message ) : System

Creates an instance of the ExpectationException class with the given message.

ExpectationException ( string message, Exception innerException ) : System

Creates an instance of the ExpectationException class with the given message and innerException object.

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

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

Creates an instance of the ExpectationException class with the given message.
public ExpectationException ( string message ) : System
message string
Результат System

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

Creates an instance of the ExpectationException class with the given message and innerException object.
public ExpectationException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System