Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/24/10 10:24:20 (14 years ago)
Author:
gkronber
Message:

Preparations for next HL release. #1203

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Advanced/InstallationManagerException.cs

    r4068 r4482  
    2929    public InstallationManagerException(string msg) : base(msg) { }
    3030    public InstallationManagerException(string msg, Exception e) : base(msg, e) { }
    31     public InstallationManagerException(SerializationInfo info, StreamingContext context) : base(info, context) { }
     31    protected InstallationManagerException(SerializationInfo info, StreamingContext context) : base(info, context) { }
    3232  }
    3333}
Note: See TracChangeset for help on using the changeset viewer.