C# Класс SenseNet.ContentRepository.RestoreException

Наследование: System.ApplicationException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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