HttpCompileException Constructor (String)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the HttpCompileException class.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public HttpCompileException(
	string message
)

Parameters

message
Type: System.String

The exception message to specify when the error occurs.

.NET Framework
Available since 2.0
Return to top
Show: