Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Analyze Method (expcetion, section, parameters)
NamespacesGenesyslab.Desktop.Infrastructure.ExceptionAnalyzeExceptionAnalyzerAnalyze(Exception, String, array<Object>[]()[])
Analyzes the specified exception.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Analyze(
	Exception expcetion,
	string section,
	Object[] parameters
)
Public Overridable Sub Analyze ( _
	expcetion As Exception, _
	section As String, _
	parameters As Object() _
)
public:
virtual void Analyze(
	Exception^ expcetion, 
	String^ section, 
	array<Object^>^ parameters
)
Parameters
expcetion (Exception)
The exception.
section (String)
This parameter indicates the published section of the alert event.
parameters (array< Object >[]()[])
The parameters.

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