Helper method used to Respond to the request that an error occurred in processing the request.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected void RespondInternalError(
	HttpContext context
)
Visual Basic
Protected Sub RespondInternalError ( 
	context As HttpContext
)
Visual C++
protected:
void RespondInternalError(
	HttpContext^ context
)
F#
member RespondInternalError : 
        context : HttpContext -> unit 

Parameters

context
Type: System.Web..::..HttpContext
Context.

See Also