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

ReferenceNotFoundException() protected method

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

Same methods

ReferenceNotFoundException::ReferenceNotFoundException ( string message, string referenceInfo ) : System
ReferenceNotFoundException::ReferenceNotFoundException ( string message, string referenceInfo, Exception inner ) : System