Commit 4513a607 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed WP7 Build.

parent 6250bb34
...@@ -31,7 +31,9 @@ namespace NLua.Exceptions ...@@ -31,7 +31,9 @@ namespace NLua.Exceptions
/// Exceptions thrown by the Lua runtime because of errors in the script /// Exceptions thrown by the Lua runtime because of errors in the script
/// </summary> /// </summary>
/// ///
#if !SILVERLIGHT
[Serializable] [Serializable]
#endif
public class LuaScriptException : LuaException public class LuaScriptException : LuaException
{ {
/// <summary> /// <summary>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment