C# Class SenseNet.ContentRepository.RestoreException

Inheritance: System.ApplicationException
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
RestoreException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
GetFileNameSafe ( ) : string
GetParentNameSafe ( ) : string
GetParentPathSafe ( ) : string

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

RestoreException() public méthode

public RestoreException ( RestoreResultType resultType ) : System
resultType RestoreResultType
Résultat System

RestoreException() public méthode

public RestoreException ( RestoreResultType resultType, string contentPath ) : System
resultType RestoreResultType
contentPath string
Résultat System

RestoreException() public méthode

public RestoreException ( RestoreResultType resultType, string contentPath, Exception inner ) : System
resultType RestoreResultType
contentPath string
inner System.Exception
Résultat System

RestoreException() protected méthode

protected RestoreException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System