C# 클래스 Joshilewis.Cqrs.Exceptions.AggregateVersionException

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

공개 프로퍼티들

프로퍼티 타입 설명
AggregateVersion int
Id System.Guid
RequestedVersion int
Type System.Type

공개 메소드들

메소드 설명
AggregateVersionException ( System.Guid id, Type type, int aggregateVersion, int requestedVersion ) : System

메소드 상세

AggregateVersionException() 공개 메소드

public AggregateVersionException ( System.Guid id, Type type, int aggregateVersion, int requestedVersion ) : System
id System.Guid
type System.Type
aggregateVersion int
requestedVersion int
리턴 System

프로퍼티 상세

AggregateVersion 공개적으로 프로퍼티

public int AggregateVersion
리턴 int

Id 공개적으로 프로퍼티

public Guid,System Id
리턴 System.Guid

RequestedVersion 공개적으로 프로퍼티

public int RequestedVersion
리턴 int

Type 공개적으로 프로퍼티

public Type,System Type
리턴 System.Type