C# Класс ExcepcionesSKD.Modulo8.RestriccionRepetidaException

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

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

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

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

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

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

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

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

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

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

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

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