Report cuda runtime/driver version when version is wrong

Dear all, I would like to help users understand if their driver version is too old for my program.
I use cudaRuntimeGetVersion() and cudaDriverGetVersion().

The problem is that this calls won’t work if the driver is too old, or will it?