NHibernate.PropertyAccessException.GetObjectData C# (CSharp) Method

GetObjectData() private method

private GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void
		public override void GetObjectData(SerializationInfo info, StreamingContext context)
		{
			base.GetObjectData(info, context);
			info.AddValue("persistentType", persistentType, typeof(System.Type));
			info.AddValue("propertyName", propertyName);
			info.AddValue("wasSetter", wasSetter);
		}