C# 클래스 Adaptive.ReactiveTrader.EventStore.Domain.AggregateNotFoundException

상속: AggregateExceptionBase
파일 보기 프로젝트 열기: AdaptiveConsulting/ReactiveTraderCloud

공개 메소드들

메소드 설명
AggregateNotFoundException ( object id, Type type ) : System
AggregateNotFoundException ( object id, Type type, string message ) : System
AggregateNotFoundException ( object id, Type type, string message, Exception innerException ) : System

메소드 상세

AggregateNotFoundException() 공개 메소드

public AggregateNotFoundException ( object id, Type type ) : System
id object
type System.Type
리턴 System

AggregateNotFoundException() 공개 메소드

public AggregateNotFoundException ( object id, Type type, string message ) : System
id object
type System.Type
message string
리턴 System

AggregateNotFoundException() 공개 메소드

public AggregateNotFoundException ( object id, Type type, string message, Exception innerException ) : System
id object
type System.Type
message string
innerException System.Exception
리턴 System