Subscribes to an exception.

C# | Visual Basic | Visual C++ |
void Subscribe( Type type, IExceptionAnalyzer exceptionAnalyzer )
Sub Subscribe ( _ type As Type, _ exceptionAnalyzer As IExceptionAnalyzer _ )
void Subscribe( Type^ type, IExceptionAnalyzer^ exceptionAnalyzer )

- type (Type)
- The exception type.
- exceptionAnalyzer (IExceptionAnalyzer)
- The exception analyzer.