Superclass of all exceptions thrown by the SQL Data Compare engine.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class SqlDataCompareException _
	Inherits Exception
C#
[SerializableAttribute]
public abstract class SqlDataCompareException : Exception
Visual C++
[SerializableAttribute]
public ref class SqlDataCompareException abstract : public Exception

Inheritance Hierarchy

See Also