C# 클래스 MultipleProjectionsWithIdentifierOrAliasInScope, Runtime

The exception that gets thrown when multiple Projections are registered with the specified Identifier or Alias, in a Scope
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
MultipleProjectionsWithIdentifierOrAliasInScope ( string identifierOrAlias, ScopeId scope, int count ) : System,

Initializes a new instance of the MultipleProjectionsWithIdentifierOrAliasInScope class.

메소드 상세

MultipleProjectionsWithIdentifierOrAliasInScope() 공개 메소드

Initializes a new instance of the MultipleProjectionsWithIdentifierOrAliasInScope class.
public MultipleProjectionsWithIdentifierOrAliasInScope ( string identifierOrAlias, ScopeId scope, int count ) : System,
identifierOrAlias string The identifier or alias of the Projection.
scope ScopeId The scope of the Projection.
count int The number of Projections found.
리턴 System,