C# Класс ZenLib.ZenException

New exception type for code known to be unreachable at runtime.
Наследование: Exception
Показать файл Открыть проект

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

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

Creates a new instance of the ZenException class.

ZenException ( string s, Exception innerException ) : System

Creates a new instance of the ZenException class.

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

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

Creates a new instance of the ZenException class.
public ZenException ( string e ) : System
e string
Результат System

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

Creates a new instance of the ZenException class.
public ZenException ( string s, Exception innerException ) : System
s string The description.
innerException Exception The inner exception.
Результат System