C# 클래스 GetAllFailed, Runtime

Exception that gets thrown when getting all Event Types fails.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
GetAllFailed ( string reason ) : System,

Initializes a new instance of the GetAllFailed class.

메소드 상세

GetAllFailed() 공개 메소드

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