Gets the ProcessExceptionBehaviour value that determines how exceptions are handled during process execution.
public ProcessExceptionBehaviour ExceptionBehaviour { get; }
This property controls whether exceptions are suppressed, always allowed, or allowed only if they are unexpected.