diff options
Diffstat (limited to 'csharp/src/Ice/PluginManagerI.cs')
-rw-r--r-- | csharp/src/Ice/PluginManagerI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/csharp/src/Ice/PluginManagerI.cs b/csharp/src/Ice/PluginManagerI.cs index b773ba595cb..8e841ab230d 100644 --- a/csharp/src/Ice/PluginManagerI.cs +++ b/csharp/src/Ice/PluginManagerI.cs @@ -451,7 +451,9 @@ namespace Ice } catch(System.IO.IOException) { +#pragma warning disable CA2200 // Rethrow to preserve stack details throw ex; +#pragma warning restore CA2200 // Rethrow to preserve stack details } } } |