C# 클래스 SenseNet.ContentRepository.Storage.RepositoryException

상속: System.ApplicationException
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
GetObjectData ( System info, System context ) : void
RepositoryException ( int errorNumber ) : System
RepositoryException ( int errorNumber, string message ) : System
RepositoryException ( int errorNumber, string message, Exception inner ) : System

보호된 메소드들

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

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( System info, System context ) : void
info System
context System
리턴 void

RepositoryException() 보호된 메소드

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

RepositoryException() 공개 메소드

public RepositoryException ( int errorNumber ) : System
errorNumber int
리턴 System

RepositoryException() 공개 메소드

public RepositoryException ( int errorNumber, string message ) : System
errorNumber int
message string
리턴 System

RepositoryException() 공개 메소드

public RepositoryException ( int errorNumber, string message, Exception inner ) : System
errorNumber int
message string
inner System.Exception
리턴 System