C# Class GetAllFailed, Runtime

Exception that gets thrown when getting all Event Types fails.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
GetAllFailed ( string reason ) : System,

Initializes a new instance of the GetAllFailed class.

Method Details

GetAllFailed() public méthode

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