C# 클래스 FailedProjectingEvents, Runtime

Exception that gets thrown when no events could be projected.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
FailedProjectingEvents ( EmbeddingId embedding, Exception, inner ) : System,

Initializes a new instance of the FailedProjectingEvents class.

메소드 상세

FailedProjectingEvents() 공개 메소드

Initializes a new instance of the FailedProjectingEvents class.
public FailedProjectingEvents ( EmbeddingId embedding, Exception, inner ) : System,
embedding EmbeddingId The
inner Exception, The inner
리턴 System,