Add more serialization attributes to serializable types
This commit is contained in:
@@ -72,6 +72,7 @@ namespace OpenMetaverse.StructuredData
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class OSDException : Exception
|
||||
{
|
||||
public OSDException(string message) : base(message) { }
|
||||
|
||||
Reference in New Issue
Block a user