Platform Symphony .NET API Reference - Version 4.1
OnException Event
NamespacesPlatform.Symphony.SoamSessionCallbackOnException
This event is triggered when an exception occurs within the scope of the given Session. Its handler must be implemented by the application developer.

NOTE: This event will be triggered by a callback thread pool within the API. Although the current thread pool has only a single thread in it, the developer should not assume that the triggering of this method will be done in a serial manner. This means that in principle, these methods can be called at any time and it is the developer's responsibility to make this call thread-safe.

Declaration Syntax
C#
public event SessionCallback..::.ExceptionHandler OnException

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 4.1.0.0