CodeGeneratorException Constructor (Int32, String)

HttpServer.dll

Initializes a new instance of the CodeGeneratorException class.

Namespace:  HttpServer.Rendering
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public CodeGeneratorException(
	int lineNumber,
	string error
)
Visual Basic (Declaration)
Public Sub New ( _
	lineNumber As Integer, _
	error As String _
)
Visual C++
public:
CodeGeneratorException(
	int lineNumber, 
	String^ error
)

Parameters

lineNumber
Type: System..::.Int32
Line that the error appeared on.
error
Type: System..::.String
error description.

See Also