Th interface for the ProtocolExceptionAnalyzer class.
| C# | Visual Basic | Visual C++ |
public interface IProtocolExceptionAnalyzer : IExceptionAnalyzer
Public Interface IProtocolExceptionAnalyzer _ Implements IExceptionAnalyzer
public interface class IProtocolExceptionAnalyzer : 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.) |