C# Class SenseNet.ContentRepository.TransferException

Inheritance: System.Exception
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
MessageHelper ( bool import, string message, string contentHandlerInfo, string contentHandlerName, string fieldName ) : string

Method Details

TransferException() protected méthode

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

TransferException() public méthode

public TransferException ( bool import, string message, string contentHandlerInfo, string contentHandlerName, string fieldName ) : System
import bool
message string
contentHandlerInfo string
contentHandlerName string
fieldName string
Résultat System

TransferException() public méthode

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
Résultat System