C# Class Kooboo.Commerce.Events.EventHandlerException

Inheritance: System.Exception
Mostrar archivo Open project: Kooboo/Ecommerce

Public Methods

Method Description
EventHandlerException ( ) : System
EventHandlerException ( string message ) : System
EventHandlerException ( string message, Exception inner ) : System

Protected Methods

Method Description
EventHandlerException ( System info, System context ) : System

Method Details

EventHandlerException() public method

public EventHandlerException ( ) : System
return System

EventHandlerException() protected method

protected EventHandlerException ( System info, System context ) : System
info System
context System
return System

EventHandlerException() public method

public EventHandlerException ( string message ) : System
message string
return System

EventHandlerException() public method

public EventHandlerException ( string message, Exception inner ) : System
message string
inner System.Exception
return System