Skip to content

Commit

Permalink
Marked InvalidManagedNameException as serializable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois committed Feb 3, 2021
1 parent 167a532 commit 7fd6bdc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ namespace Microsoft.TestPlatform.AdapterUtilities.ManagedNameUtilities
{
using System;

#if !NETSTANDARD1_0 && !WINDOWS_UWP
[Serializable]
#endif
public class InvalidManagedNameException : Exception
{
public InvalidManagedNameException(string message) : base(message) { }
Expand Down

0 comments on commit 7fd6bdc

Please sign in to comment.