C# 클래스 ProjectionNotRegistered, Runtime

Exception that gets thrown when attempting to perform an action on a Projection that not registered.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
ProjectionNotRegistered ( ScopeId scope, ProjectionId projection ) : System,

Initializes a new instance of the ProjectionNotRegistered class.

메소드 상세

ProjectionNotRegistered() 공개 메소드

Initializes a new instance of the ProjectionNotRegistered class.
public ProjectionNotRegistered ( ScopeId scope, ProjectionId projection ) : System,
scope ScopeId The scope of the Projection that is not registered.
projection ProjectionId The id of the Projection that is not registered.
리턴 System,