CompileException Constructor

HttpServer.dll

Create a compile exception

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

Syntax

C#
public CompileException(
	string errorMessage
)
Visual Basic (Declaration)
Public Sub New ( _
	errorMessage As String _
)
Visual C++
public:
CompileException(
	String^ errorMessage
)

Parameters

errorMessage
Type: System..::.String
error message

See Also