See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The exception that's thrown when a data source could not be applied.

Namespace: NTier.Designer.Business
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
[SerializableAttribute]
public class DataSourceChangeException : Exception
Visual Basic
<SerializableAttribute>
Public Class DataSourceChangeException
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class DataSourceChangeException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    NTier.Designer.Business..::..ProjectSession..::..DataSourceChangeException

See Also