C# 클래스 Shaolinq.ConcurrencyException

상속: Shaolinq.DataAccessException
파일 보기 프로젝트 열기: tumtumtum/Shaolinq

공개 메소드들

메소드 설명
ConcurrencyException ( ) : System
ConcurrencyException ( Exception innerException, string relatedQuery ) : System
ConcurrencyException ( string message, string relatedQuery ) : System

메소드 상세

ConcurrencyException() 공개 메소드

public ConcurrencyException ( ) : System
리턴 System

ConcurrencyException() 공개 메소드

public ConcurrencyException ( Exception innerException, string relatedQuery ) : System
innerException System.Exception
relatedQuery string
리턴 System

ConcurrencyException() 공개 메소드

public ConcurrencyException ( string message, string relatedQuery ) : System
message string
relatedQuery string
리턴 System