mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-31 01:40:42 +00:00
Permissions, RateControl and Auditing
This commit is contained in:
@@ -847,10 +847,10 @@ public class Warehouse
|
||||
else
|
||||
return (T)store;
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch
|
||||
{
|
||||
Remove(store);
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -946,10 +946,10 @@ public class Warehouse
|
||||
StoreConnected?.Invoke(resource as IStore);
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch
|
||||
{
|
||||
Remove(resource);
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
|
||||
return resource;
|
||||
|
||||
Reference in New Issue
Block a user