using System; namespace CPF.ReoGrid { [Serializable] public class CircularReferenceException : ReoGridException { public CircularReferenceException() : base("The referenced cell of a refereced range is contained in the range itself.") { } } }