Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also add the additional ScriptException constructor necessary to get ↵ | Justin Clark-Casey (justincc) | 2012-10-31 | 1 | -0/+3 |
| | | | | [Serializable] to work. | ||||
* | Mark ScriptException as [Serializable] for when it has to cross AppDomains | Justin Clark-Casey (justincc) | 2012-10-31 | 1 | -0/+1 |
| | |||||
* | When scripts generate expected exceptions (e.g. due to checked bad ↵ | Justin Clark-Casey (justincc) | 2012-10-25 | 1 | -0/+40 |
parameter) throw ScriptException instead of just a plain old exception. This is to make it easier to distinguish these exceptions from unexpected OpenSimulator problems internally and in regression tests. No functional changes. |