Add more serialization attributes to serializable types

This commit is contained in:
Drake Arconis
2017-03-24 01:22:28 -04:00
parent acfe6398e7
commit 274387aa2c
4 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ using CommandLine.Utility;
namespace OpenMetaverse.TestClient
{
[Serializable]
public class CommandLineArgumentsException : Exception
{
}