Mark ScriptException as [Serializable] for when it has to cross AppDomains
parent
4ba48151b2
commit
b3072cf343
|
@ -29,6 +29,7 @@ using System;
|
|||
|
||||
namespace OpenSim.Region.ScriptEngine.Shared
|
||||
{
|
||||
[Serializable]
|
||||
public class ScriptException : Exception
|
||||
{
|
||||
public ScriptException() : base() {}
|
||||
|
|
Loading…
Reference in New Issue