error on implement Interface members
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using BusinessLayer.UI.Navigation;
namespace BusinessLayer.UI.Tabs
{
public class ControledTabPage:TabPage,ISetup
{
public void throw new $EXCEPTIONNotImplementedException
}
}
}
it happens when I try to add members implementation for ISetup
Please sign in to leave a comment.
Could you describe the contents of ISetup? What do you check/uncheck in the
members list?
Thanks,
Andrey Simanovsky
On Wed, 01 Mar 2006 19:58:42 +0200, Andrey Simanovsky <ands@intellij.com>
wrote:
>> using System;
>> using System.Collections.Generic;
>> using System.Text;
>> using System.Windows.Forms;
>> using BusinessLayer.UI.Navigation;
>> namespace BusinessLayer.UI.Tabs
>> {
>> public class ControledTabPage:TabPage,ISetup
>> {
>> public void throw new $EXCEPTIONNotImplementedException
>> }
>> }
>> }
>> it happens when I try to add members implementation for ISetup
>
>>
>
>
public interface ISetup
{
void Setup();
}
--
ïÔÐÒÁ×ÌÅÎÏ M2, ÒÅ×ÏÌÀÃÉÏÎÎÏÊ ÐÏÞÔÏ×ÏÊ ÐÒÏÇÒÁÍÍÏÊ Opera:
http://www.opera.com/mail/
The problem is not repeatable for me. Could you check that Resharper\Options\Live
Templates\User Templates\dftGT contains
$SELSTART$throw new $EXCEPTION$();$SELEND$
text?
Is the problem reprodusible in a specific file, or is it a general problem?
>>> using System;
>>> using System.Collections.Generic;
>>> using System.Text;
>>> using System.Windows.Forms;
>>> using BusinessLayer.UI.Navigation;
>>> namespace BusinessLayer.UI.Tabs
>>> {
>>> public class ControledTabPage:TabPage,ISetup
>>> {
>>> public void throw new $EXCEPTIONNotImplementedException
>>> }
>>> }
>>> }
>>> it happens when I try to add members implementation for ISetup
>> Could you describe the contents of ISetup? What do you check/uncheck
>> i
>>
>> the members list?
>>
>> Thanks,
>> Andrey Simanovsky
Thanks,
Andrey Simanovsky