CodeGeneratorException Class

HttpServer.dll

Contains information on where in the template the error occurred, and what the error was.

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

Syntax

C#
public class CodeGeneratorException : Exception
Visual Basic (Declaration)
Public Class CodeGeneratorException _
	Inherits Exception
Visual C++
public ref class CodeGeneratorException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    HttpServer.Rendering..::.CodeGeneratorException

See Also