Skip to content

Commit 86c2f7b

Browse files
committed
Add 'System.SerializableAttribute' attribute on 'InvalidConfigurationException' because it implements 'ISerializable'.
1 parent bd7f9d9 commit 86c2f7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CiT.Common/Exceptions/InvalidConfigurationException.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace CiT.Common.Exceptions;
44

5+
[Serializable]
56
public class InvalidConfigurationException : Exception
67
{
78
public InvalidConfigurationException() { }

0 commit comments

Comments
 (0)