C# Класс ExcepcionesSKD.Modulo15.ImplementoSinIDException

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

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

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

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

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

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

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

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

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

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

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

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