| WorkflowPageWriteErrorMessage Method (String, String, Exception) | 
            Write an error message to the HttpResponse
            
 
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic void WriteErrorMessage(
	string errorTitle,
	string errorDescription,
	Exception exception
)
Public Sub WriteErrorMessage ( 
	errorTitle As String,
	errorDescription As String,
	exception As 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