C# Class SenseNet.ContentRepository.RestoreException

Inheritance: System.ApplicationException
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
RestoreException ( RestoreResultType resultType ) : System
RestoreException ( RestoreResultType resultType, string contentPath ) : System
RestoreException ( RestoreResultType resultType, string contentPath, Exception inner ) : System

Protected Methods

Method Description
RestoreException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
GetFileNameSafe ( ) : string
GetParentNameSafe ( ) : string
GetParentPathSafe ( ) : string

Method Details

GetObjectData() public method

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

RestoreException() public method

public RestoreException ( RestoreResultType resultType ) : System
resultType RestoreResultType
return System

RestoreException() public method

public RestoreException ( RestoreResultType resultType, string contentPath ) : System
resultType RestoreResultType
contentPath string
return System

RestoreException() public method

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

RestoreException() protected method

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