コード例 #1
0
 public bool Equals(PropertyConversionError other)
 {
     return(other != null && object.Equals(this.Exception, other.Exception) && base.Equals(other));
 }
コード例 #2
0
 public DataConversionException(PropertyConversionError error) : base(error, error.Exception)
 {
 }