C# 클래스 SenseNet.ContentRepository.RestoreException

상속: System.ApplicationException
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
RestoreException ( RestoreResultType resultType ) : System
RestoreException ( RestoreResultType resultType, string contentPath ) : System
RestoreException ( RestoreResultType resultType, string contentPath, Exception inner ) : System

보호된 메소드들

메소드 설명
RestoreException ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
GetFileNameSafe ( ) : string
GetParentNameSafe ( ) : string
GetParentPathSafe ( ) : string

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

RestoreException() 공개 메소드

public RestoreException ( RestoreResultType resultType ) : System
resultType RestoreResultType
리턴 System

RestoreException() 공개 메소드

public RestoreException ( RestoreResultType resultType, string contentPath ) : System
resultType RestoreResultType
contentPath string
리턴 System

RestoreException() 공개 메소드

public RestoreException ( RestoreResultType resultType, string contentPath, Exception inner ) : System
resultType RestoreResultType
contentPath string
inner System.Exception
리턴 System

RestoreException() 보호된 메소드

protected RestoreException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System