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

Initializes a new instance of the NTierAppGeneratorException class

Namespace: NTier.AppWizard.Generator
Assembly: NTier.AppWizard.Generator (in NTier.AppWizard.Generator.dll) Version: 1.0.0.0

Syntax

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

See Also