public override void SetNthException(int index, Exception ex)
            {
                MagicEffectSpellArchetype_FieldIndex enu = (MagicEffectSpellArchetype_FieldIndex)index;

                switch (enu)
                {
                default:
                    base.SetNthException(index, ex);
                    break;
                }
            }