C# Class EventCanNotBeNull, Runtime

Exception that gets thrown when an event is null.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
EventCanNotBeNull ( ) : System,

Initializes a new instance of the EventCanNotBeNull class.

Method Details

EventCanNotBeNull() public méthode

Initializes a new instance of the EventCanNotBeNull class.
public EventCanNotBeNull ( ) : System,
Résultat System,