Exception thrown by SqlProvider when it encounters an error whilst generating SQL code.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    RedGate.SQLDataCompare.Engine..::.SqlDataCompareException
      RedGate.SQLDataCompare.Engine..::.SqlProviderException

See Also