public bool Equals(PropertyConversionError other) { return(other != null && object.Equals(this.Exception, other.Exception) && base.Equals(other)); }
public DataConversionException(PropertyConversionError error) : base(error, error.Exception) { }