Platform Symphony .NET API Reference - Version 5.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: Although the Symphony API currently invokes this method with a single callback thread, the number of threads used by the API to invoke this method may increase in future revisions of the API. Therefore, the developer should never assume that the invocation of this method will be done serially and should always implement this method in a thread-safe manner.

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

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