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

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

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

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

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

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

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

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

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

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

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

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

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