Inheritance: Exception, ISerializable, _Exception
コード例 #1
0
 static public int constructor(IntPtr l)
 {
     try {
         UnityEngine.ExitGUIException o;
         o = new UnityEngine.ExitGUIException();
         pushValue(l, true);
         pushValue(l, o);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }