Mark ScriptException as [Serializable] for when it has to cross AppDomains

0.7.4-extended
Justin Clark-Casey (justincc) 2012-10-31 00:46:07 +00:00
parent 3619a83b28
commit 6a54cb871b
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ using System;
namespace OpenSim.Region.ScriptEngine.Shared
{
[Serializable]
public class ScriptException : Exception
{
public ScriptException() : base() {}