Class ActivityExceptionsHandler
OptimaJet.Workflow.Core.Model.ActivityExceptionsHandler
Exceptions handler for activity
Namespace: OptimaJet.Workflow.Core.Model
public class ActivityExceptionsHandlerInheritance
- System.Object
Properties
Name
Type
Type #ActivityExceptionsHandlerTypeType of the execution timeout ActivityExceptionsHandlerType
NameForSet #StringName of the activity if timeout type is action ActivityExceptionsHandlerType.SetActivity or name of the state if timeout type is action ActivityExceptionsHandlerType.SetState
RetryCount #Int32Count of resumption execution ActivityTimeoutType.Retry
Exceptions #List<String>KeyWords for catching exceptions
Order #Int32Methods
public bool CanHandle(Exception exception) #Parameters
Name
Type
Description
exceptionExceptionReturns
Type
Description
BooleanFields
public const string UniversalExceptionName = "*" #