StreamLink.NET
HandleException Method (ex)
StreamLink.NETCaplin.StreamLink.LoggingConsoleLoggerHandleException(Exception)
Logs a StreamLink exception. This method is automatically called by StreamLink once the ConsoleLogger has been registered with the StreamLink instance as an exception handler.
Declaration Syntax
C#Visual BasicVisual C++
public void HandleException(
	Exception ex
)
Public Sub HandleException ( _
	ex As Exception _
)
public:
virtual void HandleException(
	Exception^ ex
) sealed
Parameters
ex (Exception)
The exception raised by StreamLink.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.18.0 (5.0.18.0)