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

Namespace: CustomToolGenerator
Assembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0

Syntax

C#
void GeneratorError(
	bool fWarning,
	int dwLevel,
	string bstrError,
	int dwLine,
	int dwColumn
)
Visual Basic
Sub GeneratorError ( 
	fWarning As Boolean,
	dwLevel As Integer,
	bstrError As String,
	dwLine As Integer,
	dwColumn As Integer
)
Visual C++
void GeneratorError(
	bool fWarning, 
	int dwLevel, 
	String^ bstrError, 
	int dwLine, 
	int dwColumn
)

Parameters

fWarning
Type: System..::..Boolean
dwLevel
Type: System..::..Int32
bstrError
Type: System..::..String
dwLine
Type: System..::..Int32
dwColumn
Type: System..::..Int32

See Also