Skip to content

Commit 637b998

Browse files
authored
Remove obsolete Exception constructor. (#2090)
1 parent bdcc158 commit 637b998

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/PerfView.TestUtilities/ThrowingTraceListener.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ public class DebugAssertFailureException : Exception
9595
public DebugAssertFailureException() { }
9696
public DebugAssertFailureException(string message) : base(message) { }
9797
public DebugAssertFailureException(string message, Exception inner) : base(message, inner) { }
98-
protected DebugAssertFailureException(
99-
System.Runtime.Serialization.SerializationInfo info,
100-
System.Runtime.Serialization.StreamingContext context) : base(info, context)
101-
{ }
10298
}
10399
}
104100
}

0 commit comments

Comments
 (0)