WriteError outputs an Error Message during Install/Upgrade etc

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void WriteError(
	HttpResponse response,
	string file,
	string message
)
Visual Basic
Public Shared Sub WriteError ( 
	response As HttpResponse,
	file As String,
	message As String
)

Parameters

response
Type: System.Web..::..HttpResponse
The ASP.Net Response object
file
Type: System..::..String
The filename where the Error Occurred
message
Type: System..::..String
The error message

Remarks