C# Класс NConsoler.NConsolerException

Can be used for safe exception throwing - NConsoler will catch the exception
Наследование: System.Exception
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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