C# 클래스 CQRSlite.Domain.Exception.AggregateOrEventMissingIdException

상속: System.Exception
파일 보기 프로젝트 열기: gautema/CQRSlite

공개 메소드들

메소드 설명
AggregateOrEventMissingIdException ( Type aggregateType, Type eventType ) : System

메소드 상세

AggregateOrEventMissingIdException() 공개 메소드

public AggregateOrEventMissingIdException ( Type aggregateType, Type eventType ) : System
aggregateType System.Type
eventType System.Type
리턴 System