C# Класс Kooboo.Commerce.Events.EventHandlerException

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

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

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

Защищенные методы

Метод Описание
EventHandlerException ( System info, System context ) : System

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

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

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

EventHandlerException() защищенный Метод

protected EventHandlerException ( System info, System context ) : System
info System
context System
Результат System

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

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

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

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