C# 클래스 ProjectionsUnavailable, Runtime

Exception that gets thrown when the projections store is unavailable.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
ProjectionsUnavailable ( string cause, Exception, innerException ) : System,

Initializes a new instance of the ProjectionsUnavailable class.

메소드 상세

ProjectionsUnavailable() 공개 메소드

Initializes a new instance of the ProjectionsUnavailable class.
public ProjectionsUnavailable ( string cause, Exception, innerException ) : System,
cause string The cause of why the event store is unavailable.
innerException Exception, The inner .
리턴 System,