C# Класс WikiFunctions.Parse.TypoException

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

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

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

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

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

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

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

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

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

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

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

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

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

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