C# 클래스 EventCanNotBeNull, Runtime

Exception that gets thrown when an event is null.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
EventCanNotBeNull ( ) : System,

Initializes a new instance of the EventCanNotBeNull class.

메소드 상세

EventCanNotBeNull() 공개 메소드

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