C# Класс ExcepcionesSKD.Modulo14.BDPLanillaException

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

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

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

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

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

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

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

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

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

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

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

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