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

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

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

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

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

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

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

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

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

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

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

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

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