C# Class InvalidEventHandlerIdOrAlias, Runtime

Exception that gets thrown when parsing of a EventHandlerIdOrAlias from a string fails.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
InvalidEventHandlerIdOrAlias ( string idOrAlias ) : System,

Initializes a new instance of the InvalidEventHandlerIdOrAlias class.

Method Details

InvalidEventHandlerIdOrAlias() public méthode

Initializes a new instance of the InvalidEventHandlerIdOrAlias class.
public InvalidEventHandlerIdOrAlias ( string idOrAlias ) : System,
idOrAlias string The address that failed to parse.
Résultat System,