Logger.LogError("The current MongoDB database does not support transactions, All operations will be performed in non-transactions, This may cause errors.");
Logger.LogException(e);
@ -239,7 +239,7 @@ namespace Volo.Abp.Uow.MongoDB
{
session.StartTransaction();
}
catch(Exceptione)
catch(NotSupportedExceptione)
{
Logger.LogError("The current MongoDB database does not support transactions, All operations will be performed in non-transactions, This may cause errors.");