C# Class GetOneEventHandlerFailed, Runtime

Exception that gets thrown when getting one Event Handler fails.
Inheritance: Exception
显示文件 Open project: dolittle/Runtime

Public Methods

Method Description
GetOneEventHandlerFailed ( EventHandlerId eventHandler, string reason ) : System,

Initializes a new instance of the GetOneEventHandlerFailed class.

Method Details

GetOneEventHandlerFailed() public method

Initializes a new instance of the GetOneEventHandlerFailed class.
public GetOneEventHandlerFailed ( EventHandlerId eventHandler, string reason ) : System,
eventHandler EventHandlerId The Event Handler that getting one failed for.
reason string The reason why getting one Event Handler failed.
return System,