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

@@ -72,6 +72,7 @@ namespace OpenMetaverse.StructuredData
/// <summary>
///
/// </summary>
[Serializable]
public class OSDException : Exception
{
public OSDException(string message) : base(message) { }