This interface defines the Exception Analyzer for the ChannelException.
| C# | Visual Basic | Visual C++ |
public interface IChannelExceptionAnalyzer : IExceptionAnalyzer
Public Interface IChannelExceptionAnalyzer _ Implements IExceptionAnalyzer
public interface class IChannelExceptionAnalyzer : IExceptionAnalyzer
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| 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.) |