Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IChannelExceptionAnalyzer Interface
NamespacesGenesyslab.Desktop.Modules.Core.ExceptionAnalyzeIChannelExceptionAnalyzer
This interface defines the Exception Analyzer for the ChannelException.
Declaration Syntax
C#Visual BasicVisual C++
public interface IChannelExceptionAnalyzer : IExceptionAnalyzer
Public Interface IChannelExceptionAnalyzer _
	Implements IExceptionAnalyzer
public interface class IChannelExceptionAnalyzer : 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)