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

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

보호된 메소드들

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

메소드 상세

AggregateExceptionBase() 보호된 메소드

protected AggregateExceptionBase ( object id, Type type ) : System
id object
type System.Type
리턴 System

AggregateExceptionBase() 보호된 메소드

protected AggregateExceptionBase ( object id, Type type, string message ) : System
id object
type System.Type
message string
리턴 System

AggregateExceptionBase() 보호된 메소드

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