LuaInterface.LuaException.GetLastError C# (CSharp) Method

GetLastError() public static method

public static GetLastError ( ) : Exception
return System.Exception
        public static Exception GetLastError()
        {
            Exception last = luaStack;
            luaStack = null;
            return last;
        }