C# Класс TechTalk.SpecFlow.Generator.TestGeneratorException

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

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

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

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

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

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

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

public TestGeneratorException ( ) : System
Результат System

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

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

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

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

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

public TestGeneratorException ( string message, Exception inner ) : System
message string
inner Exception
Результат System