b_errorHandler Field
- Namespace
- SatorImaging.UnityFundamentals
protected Func<Exception, Fibers, Fibers.ErrorReason, Fibers.ErrorHandlingPolicy>? b_errorHandler
A delegate that handles exceptions occurring within the fiber.
Returns
- Func<Exception, Fibers, Fibers.ErrorReason, Fibers.ErrorHandlingPolicy>
- A delegate that handles exceptions occurring within the fiber.