Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Subscribe Method (type, exceptionAnalyzer)
NamespacesGenesyslab.Desktop.Infrastructure.ExceptionAnalyzeIExceptionAnalyzerManagerSubscribe(Type, IExceptionAnalyzer)
Subscribes to an exception.
Declaration Syntax
C#Visual BasicVisual C++
void Subscribe(
	Type type,
	IExceptionAnalyzer exceptionAnalyzer
)
Sub Subscribe ( _
	type As Type, _
	exceptionAnalyzer As IExceptionAnalyzer _
)
void Subscribe(
	Type^ type, 
	IExceptionAnalyzer^ exceptionAnalyzer
)
Parameters
type (Type)
The exception type.
exceptionAnalyzer (IExceptionAnalyzer)
The exception analyzer.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)