C# Класс ExcepcionesSKD.Modulo16.ExcepcionesDeDatos.ParametroIncorrectoException

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

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

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

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

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

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

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

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

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

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

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

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