thrownewNotSupportedException("MKL Native Provider not found.",e);
}
catch(BadImageFormatExceptione)
{
thrownewNotSupportedException("MKL Native Provider failed to load. Please verify that the platform matches (x64 vs x32, Windows vs Linux).",e);
thrownewNotSupportedException("MKL Native Provider found but failed to load. Please verify that the platform matches (x64 vs x32, Windows vs Linux).",e);
// TODO: drop return statement and instead fail with the exception below
return;
thrownewNotSupportedException("MKL Native Provider does not support capability querying and is therefore not compatible. Try to upgrade to a newer version (1).",e);
thrownewNotSupportedException("MKL Native Provider found but does not support capability querying and is therefore not compatible. Try to upgrade to a newer version.",e);