C# Class GetAllFailed, Runtime

Exception that gets thrown when getting all Event Types fails.
Inheritance: Exception
Mostra file Open project: dolittle/Runtime

Public Methods

Method Description
GetAllFailed ( string reason ) : System,

Initializes a new instance of the GetAllFailed class.

Method Details

GetAllFailed() public method

Initializes a new instance of the GetAllFailed class.
public GetAllFailed ( string reason ) : System,
reason string The reason why the getting all Event Types failed.
return System,