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: 4.7.2.0 (4.7.2.0)
Syntaxpublic void WriteErrorMessage(
	string errorTitle,
	string errorDescription,
	bool htmlEncodeMessages
)
Public Sub WriteErrorMessage ( 
	errorTitle As String,
	errorDescription As String,
	htmlEncodeMessages As Boolean
)
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