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

Initializes a new instance of the ProjectSession..::..DataSourceChangeException class

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

Syntax

C#
protected DataSourceChangeException(
	SerializationInfo message,
	StreamingContext context
)
Visual Basic
Protected Sub New ( 
	message As SerializationInfo,
	context As StreamingContext
)
Visual C++
protected:
DataSourceChangeException(
	SerializationInfo^ message, 
	StreamingContext context
)

See Also