HttpCompileException Constructor

 

Initializes a new instance of the HttpCompileException class.

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

NameDescription
System_CAPS_pubmethodHttpCompileException()

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.

System_CAPS_pubmethodHttpCompileException(CompilerResults^, 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.

System_CAPS_pubmethodHttpCompileException(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.

System_CAPS_pubmethodHttpCompileException(String^, Exception^)

Initializes a new instance of the HttpCompileException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Return to top
Show: