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

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

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

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

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

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

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

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

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

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

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

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

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