C# 클래스 NoProjectionWithIdentifierOrAliasInScope, Runtime

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

공개 메소드들

메소드 설명
NoProjectionWithIdentifierOrAliasInScope ( string identifierOrAlias, ScopeId scope ) : System,

Initializes a new instance of the NoProjectionWithIdentifierOrAliasInScope class.

메소드 상세

NoProjectionWithIdentifierOrAliasInScope() 공개 메소드

Initializes a new instance of the NoProjectionWithIdentifierOrAliasInScope class.
public NoProjectionWithIdentifierOrAliasInScope ( string identifierOrAlias, ScopeId scope ) : System,
identifierOrAlias string The identifier or alias of the Projection.
scope ScopeId The scope of the Projection.
리턴 System,