C# Class SenseNet.ContentRepository.TransferException

Inheritance: System.Exception
Show file Open project: maxpavlov/FlexNet

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
MessageHelper ( bool import, string message, string contentHandlerInfo, string contentHandlerName, string fieldName ) : string

Method Details

TransferException() protected method

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

TransferException() public method

public TransferException ( bool import, string message, string contentHandlerInfo, string contentHandlerName, string fieldName ) : System
import bool
message string
contentHandlerInfo string
contentHandlerName string
fieldName string
return System

TransferException() public method

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
return System