Exception thrown by classes in the RedGate.SQLDataCompare.Engine.ResultsStore namespace when it encounters an error.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    RedGate.SQLDataCompare.Engine..::.SqlDataCompareException
      RedGate.SQLDataCompare.Engine.ResultsStore..::.ResultsStoreException

See Also