The interface for the ExceptionAnalyzer class.
| C# | Visual Basic | Visual C++ |
public interface IExceptionAnalyzer
Public Interface IExceptionAnalyzer
public interface class IExceptionAnalyzer
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Analyze(Exception, String, array<Object>[]()[]) |
Analyzes the specified exception.
| |
| PublishError(String, String, String, array<Object>[]()[]) |
Publishes the error alert.
| |
| PublishMessage(String, String, String, array<Object>[]()[]) |
Publishes the message alert.
| |
| PublishWarning(String, String, String, array<Object>[]()[]) |
Publishes the warning alert.
|