Overload List

  NameDescription
SqlDataCompareException()()()
Creates a new exception.
SqlDataCompareException(String)
Creates a new exception with the specified detail message.
SqlDataCompareException(SerializationInfo, StreamingContext)
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream. For more information, see XML and SOAP Serialization.
SqlDataCompareException(String, Exception)
Creates a new exception with the specified detail message that was caused by the supplied exception.

See Also