C# Класс Dogen.TestModels.CSharpModel.Package1.CatastrophicException

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

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

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

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

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

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

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

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

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

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