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

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

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

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

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

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

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

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

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

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

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

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

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