Skip to content

Commit

Permalink
Improvements on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander van Delft committed Dec 13, 2023
1 parent c447aae commit f1a6e8f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CDP4Common/Exceptions/ModelWarningException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,15 @@ namespace CDP4Common.Exceptions
using System;
using System.Runtime.Serialization;

using CDP4Common.DTO;

/// <summary>
/// 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.
/// </summary>
/// <remarks>
/// This Exception is typically used during the creation of an Annex.C3 file, where <see cref="Thing"/>s could be removed from the exported file
/// due to incompatibility reasons (Model Version issues, source model that contains errors, etc...).
/// </remarks>
[Serializable]
public class ModelWarningException : ModelErrorException
{
Expand Down

0 comments on commit f1a6e8f

Please sign in to comment.