C# Class EventCanNotBeNull, Runtime

Exception that gets thrown when an event is null.
Inheritance: Exception
ファイルを表示 Open project: dolittle/Runtime

Public Methods

Method Description
EventCanNotBeNull ( ) : System,

Initializes a new instance of the EventCanNotBeNull class.

Method Details

EventCanNotBeNull() public method

Initializes a new instance of the EventCanNotBeNull class.
public EventCanNotBeNull ( ) : System,
return System,