DataSource.NET
HandleException Method (ex)
NamespacesCaplin.LoggingConsoleLoggerHandleException(Exception)
Logs a Caplin API exception. This method is automatically called by the Caplin library once the ConsoleLogger has been registered with the library 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 the library.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)