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

integration
Justin Clark-Casey (justincc) 2012-10-31 00:46:07 +00:00
parent 4ba48151b2
commit b3072cf343
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() {}