Click or drag to resize

WorkflowPageWriteErrorMessage Method (String, String, Boolean)

Write an error message to the HttpResponse

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.2.0 (8.0.2.20210618)
Syntax
public void WriteErrorMessage(
	string errorTitle,
	string errorDescription,
	bool htmlEncodeMessages
)

Parameters

errorTitle
Type: SystemString
Title of the error
errorDescription
Type: SystemString
Detailed description of the error
htmlEncodeMessages
Type: SystemBoolean
HTML encode the messages
See Also