Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IInteractionWorkspaceExceptionAnalyzer Interface
NamespacesGenesyslab.Desktop.Modules.Core.ExceptionAnalyzeIInteractionWorkspaceExceptionAnalyzer
This interface defines the Exception Analyzer for the InteractionWorkspaceException.
Declaration Syntax
C#Visual BasicVisual C++
public interface IInteractionWorkspaceExceptionAnalyzer : IExceptionAnalyzer
Public Interface IInteractionWorkspaceExceptionAnalyzer _
	Implements IExceptionAnalyzer
public interface class IInteractionWorkspaceExceptionAnalyzer : IExceptionAnalyzer
Members
All MembersMethods



IconMemberDescription
Analyze(Exception, String, array<Object>[]()[])
Analyzes the specified exception.
(Inherited from IExceptionAnalyzer.)
PublishError(String, String, String, array<Object>[]()[])
Publishes the error alert.
(Inherited from IExceptionAnalyzer.)
PublishMessage(String, String, String, array<Object>[]()[])
Publishes the message alert.
(Inherited from IExceptionAnalyzer.)
PublishWarning(String, String, String, array<Object>[]()[])
Publishes the warning alert.
(Inherited from IExceptionAnalyzer.)

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)