SecureTableOperationsTExceptionHandler Property
Gets or sets delegate used to handle table operation exceptions.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.164 -- Release Build+4792d58a5dfec79a98312666bfd5a0106e818d1d
public Action<Exception>? ExceptionHandler { get; }
Public ReadOnly Property ExceptionHandler As Action(Of Exception)
Get
public:
property Action<Exception^>^ ExceptionHandler {
Action<Exception^>^ get ();
}
function get_ExceptionHandler();
Property Value
ActionException
When exception handler is provided, table operations will not throw exceptions for database calls, any
encountered exceptions will be passed to handler for processing. Otherwise, exceptions will be thrown
on the call stack.