CompileException Class

HttpServer.dll

Exception thrown if compilation fails

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    HttpServer.Rendering..::.CompileException

See Also