SenseNet.ContentRepository.TransferException.TransferException C# (CSharp) Method

TransferException() protected method

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

Same methods

TransferException::TransferException ( bool import, string message, string contentHandlerInfo, string contentHandlerName, string fieldName ) : System
TransferException::TransferException ( bool import, string message, string contentHandlerInfo, string contentHandlerName, string fieldName, Exception inner ) : System