The interface for the ExceptionAnalyzerManager class.
| C# | Visual Basic | Visual C++ |
public interface IExceptionAnalyzerManager
Public Interface IExceptionAnalyzerManager
public interface class IExceptionAnalyzerManager
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Publish(Exception) |
Publishes an exception.
| |
| Publish(Exception, array<Object>[]()[]) |
Publishes an exception.
| |
| Publish(Exception, String) |
Publishes an exception.
| |
| Publish(Exception, String, array<Object>[]()[]) |
Publishes an exception.
| |
| Subscribe(Type, IExceptionAnalyzer) |
Subscribes to an exception.
|