C# Класс ExcepcionesSKD.Modulo16.LogicaagregarEventoaCarritoException

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

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

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

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

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

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

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

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

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

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

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

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