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

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

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

Метод Описание
TransferException ( bool import, string message, string contentHandlerInfo, string contentHandlerName, string fieldName ) : System
TransferException ( bool import, string message, string contentHandlerInfo, string contentHandlerName, string fieldName, Exception inner ) : System

Защищенные методы

Метод Описание
TransferException ( SerializationInfo info, StreamingContext context ) : System

Приватные методы

Метод Описание
MessageHelper ( bool import, string message, string contentHandlerInfo, string contentHandlerName, string fieldName ) : string

Описание методов

TransferException() защищенный Метод

protected TransferException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

TransferException() публичный Метод

public TransferException ( bool import, string message, string contentHandlerInfo, string contentHandlerName, string fieldName ) : System
import bool
message string
contentHandlerInfo string
contentHandlerName string
fieldName string
Результат System

TransferException() публичный Метод

public TransferException ( bool import, string message, string contentHandlerInfo, string contentHandlerName, string fieldName, Exception inner ) : System
import bool
message string
contentHandlerInfo string
contentHandlerName string
fieldName string
inner System.Exception
Результат System