Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
PublishError Method (section, id, target, parameters)
NamespacesGenesyslab.Desktop.Infrastructure.ExceptionAnalyzeExceptionAnalyzerPublishError(String, String, String, array<Object>[]()[])
Publishes the error alert.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void PublishError(
	string section,
	string id,
	string target,
	Object[] parameters
)
Public Overridable Sub PublishError ( _
	section As String, _
	id As String, _
	target As String, _
	parameters As Object() _
)
public:
virtual void PublishError(
	String^ section, 
	String^ id, 
	String^ target, 
	array<Object^>^ parameters
)
Parameters
section (String)
The section.
id (String)
The id is the key in the language dictionary.
target (String)
The target is the target in the language dictionary .
parameters (array< Object >[]()[])
The parameters for formatting the alert text .

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)