From f1a6e8ff9957a3b1b5aa83ecd5a06d82377487de Mon Sep 17 00:00:00 2001 From: Alexander van Delft Date: Wed, 13 Dec 2023 17:06:32 +0100 Subject: [PATCH] Improvements on docs --- CDP4Common/Exceptions/ModelWarningException.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CDP4Common/Exceptions/ModelWarningException.cs b/CDP4Common/Exceptions/ModelWarningException.cs index f27c16f33..b4626400a 100644 --- a/CDP4Common/Exceptions/ModelWarningException.cs +++ b/CDP4Common/Exceptions/ModelWarningException.cs @@ -27,9 +27,15 @@ namespace CDP4Common.Exceptions using System; using System.Runtime.Serialization; + using CDP4Common.DTO; + /// - /// The COMET model warning exception is an exception that indicates that a model migt contain and model data might be corrupted. + /// The COMET model warning exception is an exception that indicates that model data MIGHT be corrupted, but that is unsure. /// + /// + /// This Exception is typically used during the creation of an Annex.C3 file, where s could be removed from the exported file + /// due to incompatibility reasons (Model Version issues, source model that contains errors, etc...). + /// [Serializable] public class ModelWarningException : ModelErrorException {