Initializes a new instance of the FeatureNotAllowedException class

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
protected FeatureNotAllowedException(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic
Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)

See Also