C# 클래스 Rolcore.Repository.RepositoryConcurrencyException

상속: RepositoryPersistenceException
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

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

보호된 메소드들

메소드 설명
RepositoryConcurrencyException ( System info, System context ) : System

메소드 상세

RepositoryConcurrencyException() 공개 메소드

public RepositoryConcurrencyException ( ) : System
리턴 System

RepositoryConcurrencyException() 보호된 메소드

protected RepositoryConcurrencyException ( System info, System context ) : System
info System
context System
리턴 System

RepositoryConcurrencyException() 공개 메소드

public RepositoryConcurrencyException ( string message ) : System
message string
리턴 System

RepositoryConcurrencyException() 공개 메소드

public RepositoryConcurrencyException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System