Skip to content

Commit 0858a44

Browse files
committed
Remove unused constructors that used obsolete base constructors
1 parent 0ccb813 commit 0858a44

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

CodeGen/Exceptions/UnitsNetCodeGenException.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,11 @@
22
// Copyright 2013 Andreas Gullberg Larsen ([email protected]). Maintained at https://github.com/angularsen/UnitsNet.
33

44
using System;
5-
using System.Runtime.Serialization;
65

76
namespace CodeGen.Exceptions
87
{
98
internal class UnitsNetCodeGenException : Exception
109
{
11-
public UnitsNetCodeGenException()
12-
{
13-
}
14-
15-
protected UnitsNetCodeGenException(SerializationInfo info, StreamingContext context) : base(info, context)
16-
{
17-
}
18-
1910
public UnitsNetCodeGenException(string message) : base(message)
2011
{
2112
}

0 commit comments

Comments
 (0)