







![]() ![]() |
C# Webserver |
CodeGeneratorException Constructor (Int32, String, String) |
CodeGeneratorException Class See Also Send Feedback |
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 line, string error ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ lineNumber As Integer, _ line As String, _ error As String _ ) |
Visual C++ |
---|
public: CodeGeneratorException( int lineNumber, String^ line, String^ error ) |
Parameters
- lineNumber
- Type: System..::.Int32
Line that the error appeared on.
- line
- Type: System..::.String
line contents.
- error
- Type: System..::.String
error description.