WebAppHelper ThrowNewException Method A Sandcastle Documented Class Library
Provides a static method for testing web application error handling at the page level. Must have testerror = true in settings.xml or the app settings section of Web.config.

Namespace: P4s3Web.WebAppHelperLib
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void ThrowNewException(
	NameValueCollection Application,
	HttpRequest Request
)

Parameters

Application
Type: System.Collections.Specialized NameValueCollection
Request
Type: System.Web HttpRequest
See Also