Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.StixFileReader/StixFileReadException.cs
===================================================================
diff -u -r6436 -r6585
--- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.StixFileReader/StixFileReadException.cs (.../StixFileReadException.cs) (revision 6436)
+++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.StixFileReader/StixFileReadException.cs (.../StixFileReadException.cs) (revision 6585)
@@ -53,26 +53,5 @@
/// or null if no inner exception is specified.
///
public StixFileReadException(string message, Exception innerException) : base(message, innerException) {}
-
- ///
- /// Initializes a new instance of with
- /// serialized data.
- ///
- ///
- /// The that holds the serialized
- /// object data about the exception being thrown.
- ///
- ///
- /// The that contains contextual
- /// information about the source or destination.
- ///
- ///
- /// The parameter is
- /// null.
- ///
- ///
- /// The class name is null or
- /// is zero (0).
- ///
- protected StixFileReadException(SerializationInfo info, StreamingContext context) : base(info, context) {}
+
}
\ No newline at end of file