mirror of
https://github.com/opensim/opensim.git
synced 2026-06-30 02:57:02 +08:00
Mark ScriptException as [Serializable] for when it has to cross AppDomains
This commit is contained in:
@@ -29,6 +29,7 @@ using System;
|
||||
|
||||
namespace OpenSim.Region.ScriptEngine.Shared
|
||||
{
|
||||
[Serializable]
|
||||
public class ScriptException : Exception
|
||||
{
|
||||
public ScriptException() : base() {}
|
||||
|
||||
Reference in New Issue
Block a user