C# Класс ExcepcionesSKD.Modulo3.EstiloInexistenteException

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

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

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

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

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

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

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

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

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

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

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

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