Changeset 4413
- Timestamp:
- 09/16/10 14:47:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Persistence/3.3/Core/PersistenceException.cs
r4068 r4413 23 23 using System.Collections.Generic; 24 24 using System.Text; 25 using System.Runtime.Serialization; 25 26 26 27 namespace HeuristicLab.Persistence.Core { … … 65 66 } 66 67 68 protected PersistenceException(SerializationInfo info, StreamingContext context) : base(info, context) { } 69 67 70 /// <summary> 68 71 /// Returns a <see cref="System.String"/> that represents this instance.
Note: See TracChangeset
for help on using the changeset viewer.