C# Класс Doe.Exceptions.customException

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

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

Метод Описание
customException ( string errorMessage ) : System
customException ( string errorMessage, Exception innerEx ) : System

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

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

public customException ( string errorMessage ) : System
errorMessage string
Результат System

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

public customException ( string errorMessage, Exception innerEx ) : System
errorMessage string
innerEx System.Exception
Результат System