C# 클래스 iSynaptic.Modeling.Domain.AggregateConcurrencyException

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

공개 메소드들

메소드 설명
AggregateConcurrencyException ( ) : System
AggregateConcurrencyException ( Exception inner ) : System
AggregateConcurrencyException ( String message ) : System
AggregateConcurrencyException ( String message, Exception inner ) : System

메소드 상세

AggregateConcurrencyException() 공개 메소드

public AggregateConcurrencyException ( ) : System
리턴 System

AggregateConcurrencyException() 공개 메소드

public AggregateConcurrencyException ( Exception inner ) : System
inner System.Exception
리턴 System

AggregateConcurrencyException() 공개 메소드

public AggregateConcurrencyException ( String message ) : System
message String
리턴 System

AggregateConcurrencyException() 공개 메소드

public AggregateConcurrencyException ( String message, Exception inner ) : System
message String
inner System.Exception
리턴 System