Click or drag to resize

WorkflowPageWriteErrorMessage Method (String, String, Exception)

Write an error message to the HttpResponse

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void WriteErrorMessage(
	string errorTitle,
	string errorDescription,
	Exception exception
)

Parameters

errorTitle
Type: SystemString
Title of the error
errorDescription
Type: SystemString
Detailed description of the error
exception
Type: SystemException
Exception error object
See Also