dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/System/ComponentModel BaseNumberConv


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System/ComponentModel BaseNumberConverter.cs,1.1,1.2 CancelEventArgs.cs,1.1,1.2 CollectionChangeEventArgs.cs,1.1,1.2 Component.cs,1.1,1.2 Container.cs,1.1,1.2 EditorAttribute.cs,1.1,1.2 EnumConverter.cs,1.1,1.2 ExpandableObjectConverter.cs,1.1,1.2 Int32Converter.cs,1.1,1.2 InvalidEnumArgumentException.cs,1.1,1.2 ListBindableAttribute.cs,1.1,1.2 ListChangedEventArgs.cs,1.1,1.2 LocalizableAttribute.cs,1.1,1.2NotifyParentPropertyAttribute.cs,1.1,1.2 PropertyChangedEventArgs.cs,1.1,1.2 ReadOnlyAttribute.cs,1.1,1.2 RecommendedAsConfigurableAttribute.cs,1.1,1.2 RefreshEventArgs.cs,1.1,1.2 RefreshPropertiesAttribute.cs,1.1,1.2 StringConverter.cs,1.1,1.2 ToolboxItemAttribute.cs,1.1,1.2 WarningException.cs,1.1,1.2 Win32Exception.cs,1.1,1.2
Date: Tue, 31 Dec 2002 01:40:31 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel
In directory subversions:/tmp/cvs-serv26581/System/ComponentModel

Modified Files:
        BaseNumberConverter.cs CancelEventArgs.cs 
        CollectionChangeEventArgs.cs Component.cs Container.cs 
        EditorAttribute.cs EnumConverter.cs 
        ExpandableObjectConverter.cs Int32Converter.cs 
        InvalidEnumArgumentException.cs ListBindableAttribute.cs 
        ListChangedEventArgs.cs LocalizableAttribute.cs 
        NotifyParentPropertyAttribute.cs PropertyChangedEventArgs.cs 
        ReadOnlyAttribute.cs RecommendedAsConfigurableAttribute.cs 
        RefreshEventArgs.cs RefreshPropertiesAttribute.cs 
        StringConverter.cs ToolboxItemAttribute.cs WarningException.cs 
        Win32Exception.cs 
Log Message:
Fix bug in the stubbed out constructors


Index: BaseNumberConverter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/BaseNumberConverter.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** BaseNumberConverter.cs      26 Dec 2002 07:34:25 -0000      1.1
--- BaseNumberConverter.cs      31 Dec 2002 06:40:28 -0000      1.2
***************
*** 33,37 ****
        {
                [TODO]
!               public void BaseNumberConverter()
                {
                        throw new NotImplementedException(".ctor");
--- 33,37 ----
        {
                [TODO]
!               public BaseNumberConverter()
                {
                        throw new NotImplementedException(".ctor");

Index: CancelEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/CancelEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CancelEventArgs.cs  26 Dec 2002 07:34:25 -0000      1.1
--- CancelEventArgs.cs  31 Dec 2002 06:40:28 -0000      1.2
***************
*** 33,37 ****
        {
                [TODO]
!               public void CancelEventArgs()
                {
                        throw new NotImplementedException(".ctor");
--- 33,37 ----
        {
                [TODO]
!               public CancelEventArgs()
                {
                        throw new NotImplementedException(".ctor");
***************
*** 39,43 ****
  
                [TODO]
!               public void CancelEventArgs(bool cancel)
                {
                        throw new NotImplementedException(".ctor");
--- 39,43 ----
  
                [TODO]
!               public CancelEventArgs(bool cancel)
                {
                        throw new NotImplementedException(".ctor");

Index: CollectionChangeEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/CollectionChangeEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CollectionChangeEventArgs.cs        26 Dec 2002 07:34:25 -0000      1.1
--- CollectionChangeEventArgs.cs        31 Dec 2002 06:40:28 -0000      1.2
***************
*** 31,35 ****
        {
                [TODO]
!               public void CollectionChangeEventArgs(CollectionChangeAction 
action, 
                                                Object element)
                {
--- 31,35 ----
        {
                [TODO]
!               public CollectionChangeEventArgs(CollectionChangeAction action, 
                                                Object element)
                {

Index: Component.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Component.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Component.cs        26 Dec 2002 07:34:25 -0000      1.1
--- Component.cs        31 Dec 2002 06:40:28 -0000      1.2
***************
*** 28,32 ****
        {
                [TODO]
!               public void Component()
                {
                        throw new NotImplementedException(".ctor");
--- 28,32 ----
        {
                [TODO]
!               public Component()
                {
                        throw new NotImplementedException(".ctor");

Index: Container.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Container.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Container.cs        26 Dec 2002 07:34:25 -0000      1.1
--- Container.cs        31 Dec 2002 06:40:28 -0000      1.2
***************
*** 28,32 ****
        {
                [TODO]
!               public void Container()
                {
                        throw new NotImplementedException(".ctor");
--- 28,32 ----
        {
                [TODO]
!               public Container()
                {
                        throw new NotImplementedException(".ctor");

Index: EditorAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/EditorAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** EditorAttribute.cs  26 Dec 2002 07:34:25 -0000      1.1
--- EditorAttribute.cs  31 Dec 2002 06:40:28 -0000      1.2
***************
*** 29,33 ****
        {
                [TODO]
!               public void EditorAttribute()
                {
                        throw new NotImplementedException(".ctor");
--- 29,33 ----
        {
                [TODO]
!               public EditorAttribute()
                {
                        throw new NotImplementedException(".ctor");
***************
*** 35,39 ****
  
                [TODO]
!               public void EditorAttribute(String typeName, String 
baseTypeName)
                {
                        throw new NotImplementedException(".ctor");
--- 35,39 ----
  
                [TODO]
!               public EditorAttribute(String typeName, String baseTypeName)
                {
                        throw new NotImplementedException(".ctor");
***************
*** 41,45 ****
  
                [TODO]
!               public void EditorAttribute(String typeName, Type baseType)
                {
                        throw new NotImplementedException(".ctor");
--- 41,45 ----
  
                [TODO]
!               public EditorAttribute(String typeName, Type baseType)
                {
                        throw new NotImplementedException(".ctor");
***************
*** 47,51 ****
  
                [TODO]
!               public void EditorAttribute(Type type, Type baseType)
                {
                        throw new NotImplementedException(".ctor");
--- 47,51 ----
  
                [TODO]
!               public EditorAttribute(Type type, Type baseType)
                {
                        throw new NotImplementedException(".ctor");

Index: EnumConverter.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/EnumConverter.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** EnumConverter.cs    26 Dec 2002 07:34:25 -0000      1.1
--- EnumConverter.cs    31 Dec 2002 06:40:28 -0000      1.2
***************
*** 30,34 ****
        {
                [TODO]
!               public void EnumConverter(Type type)
                {
                        throw new NotImplementedException(".ctor");
--- 30,34 ----
        {
                [TODO]
!               public EnumConverter(Type type)
                {
                        throw new NotImplementedException(".ctor");

Index: ExpandableObjectConverter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ExpandableObjectConverter.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ExpandableObjectConverter.cs        26 Dec 2002 07:34:25 -0000      1.1
--- ExpandableObjectConverter.cs        31 Dec 2002 06:40:28 -0000      1.2
***************
*** 28,32 ****
        {
                [TODO]
!               public void ExpandableObjectConverter()
                {
                        throw new NotImplementedException(".ctor");
--- 28,32 ----
        {
                [TODO]
!               public ExpandableObjectConverter()
                {
                        throw new NotImplementedException(".ctor");

Index: Int32Converter.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Int32Converter.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Int32Converter.cs   26 Dec 2002 07:34:25 -0000      1.1
--- Int32Converter.cs   31 Dec 2002 06:40:28 -0000      1.2
***************
*** 28,32 ****
        {
                [TODO]
!               public void Int32Converter()
                {
                        throw new NotImplementedException(".ctor");
--- 28,32 ----
        {
                [TODO]
!               public Int32Converter()
                {
                        throw new NotImplementedException(".ctor");

Index: InvalidEnumArgumentException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/InvalidEnumArgumentException.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** InvalidEnumArgumentException.cs     26 Dec 2002 07:34:25 -0000      1.1
--- InvalidEnumArgumentException.cs     31 Dec 2002 06:40:28 -0000      1.2
***************
*** 29,33 ****
        {
                [TODO]
!               public void InvalidEnumArgumentException()
                {
                        throw new NotImplementedException(".ctor");
--- 29,33 ----
        {
                [TODO]
!               public InvalidEnumArgumentException()
                {
                        throw new NotImplementedException(".ctor");
***************
*** 35,39 ****
  
                [TODO]
!               public void InvalidEnumArgumentException(String message)
                {
                        throw new NotImplementedException(".ctor");
--- 35,39 ----
  
                [TODO]
!               public InvalidEnumArgumentException(String message)
                {
                        throw new NotImplementedException(".ctor");
***************
*** 41,45 ****
  
                [TODO]
!               public void InvalidEnumArgumentException(String argumentName, 
                                                        int invalidValue, Type 
enumClass)
                {
--- 41,45 ----
  
                [TODO]
!               public InvalidEnumArgumentException(String argumentName, 
                                                        int invalidValue, Type 
enumClass)
                {

Index: ListBindableAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ListBindableAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ListBindableAttribute.cs    26 Dec 2002 07:34:25 -0000      1.1
--- ListBindableAttribute.cs    31 Dec 2002 06:40:28 -0000      1.2
***************
*** 29,33 ****
        {
                [TODO]
!               public void ListBindableAttribute(bool listBindable)
                {
                        throw new NotImplementedException(".ctor");
--- 29,33 ----
        {
                [TODO]
!               public ListBindableAttribute(bool listBindable)
                {
                        throw new NotImplementedException(".ctor");
***************
*** 35,39 ****
  
                [TODO]
!               public void ListBindableAttribute(BindableSupport flags)
                {
                        throw new NotImplementedException(".ctor");
--- 35,39 ----
  
                [TODO]
!               public ListBindableAttribute(BindableSupport flags)
                {
                        throw new NotImplementedException(".ctor");

Index: ListChangedEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ListChangedEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ListChangedEventArgs.cs     26 Dec 2002 07:34:25 -0000      1.1
--- ListChangedEventArgs.cs     31 Dec 2002 06:40:28 -0000      1.2
***************
*** 29,33 ****
        {
                [TODO]
!               public void ListChangedEventArgs(ListChangedType 
listChangedType, 
                                                                                
int newIndex)
                {
--- 29,33 ----
        {
                [TODO]
!               public ListChangedEventArgs(ListChangedType listChangedType, 
                                                                                
int newIndex)
                {
***************
*** 36,40 ****
  
                [TODO]
!               public void ListChangedEventArgs(ListChangedType 
listChangedType, 
                                                                                
        PropertyDescriptor propDesc)
                {
--- 36,40 ----
  
                [TODO]
!               public ListChangedEventArgs(ListChangedType listChangedType, 
                                                                                
        PropertyDescriptor propDesc)
                {
***************
*** 43,47 ****
  
                [TODO]
!               public void ListChangedEventArgs(ListChangedType 
listChangedType, 
                                                                                
        int newIndex, int oldIndex)
                {
--- 43,47 ----
  
                [TODO]
!               public ListChangedEventArgs(ListChangedType listChangedType, 
                                                                                
        int newIndex, int oldIndex)
                {

Index: LocalizableAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/LocalizableAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** LocalizableAttribute.cs     26 Dec 2002 07:34:25 -0000      1.1
--- LocalizableAttribute.cs     31 Dec 2002 06:40:28 -0000      1.2
***************
*** 29,33 ****
        {
                [TODO]
!               public void LocalizableAttribute(bool localizable)
                {
                        throw new NotImplementedException(".ctor");
--- 29,33 ----
        {
                [TODO]
!               public LocalizableAttribute(bool localizable)
                {
                        throw new NotImplementedException(".ctor");

Index: NotifyParentPropertyAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/NotifyParentPropertyAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** NotifyParentPropertyAttribute.cs    26 Dec 2002 07:34:25 -0000      1.1
--- NotifyParentPropertyAttribute.cs    31 Dec 2002 06:40:28 -0000      1.2
***************
*** 29,33 ****
        {
                [TODO]
!               public void NotifyParentPropertyAttribute(bool notifyParent)
                {
                        throw new NotImplementedException(".ctor");
--- 29,33 ----
        {
                [TODO]
!               public NotifyParentPropertyAttribute(bool notifyParent)
                {
                        throw new NotImplementedException(".ctor");

Index: PropertyChangedEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/PropertyChangedEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** PropertyChangedEventArgs.cs 26 Dec 2002 07:34:25 -0000      1.1
--- PropertyChangedEventArgs.cs 31 Dec 2002 06:40:28 -0000      1.2
***************
*** 29,37 ****
        {
                [TODO]
!               public void PropertyChangedEventArgs(String name)
                {
                        throw new NotImplementedException(".ctor");
                }
  
                public virtual String PropertyName 
                {
--- 29,38 ----
        {
                [TODO]
!               public PropertyChangedEventArgs(String name)
                {
                        throw new NotImplementedException(".ctor");
                }
  
+               [TODO]
                public virtual String PropertyName 
                {

Index: ReadOnlyAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ReadOnlyAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ReadOnlyAttribute.cs        26 Dec 2002 07:34:25 -0000      1.1
--- ReadOnlyAttribute.cs        31 Dec 2002 06:40:28 -0000      1.2
***************
*** 29,33 ****
        {
                [TODO]
!               public void ReadOnlyAttribute(bool read_only)
                {
                        throw new NotImplementedException(".ctor");
--- 29,33 ----
        {
                [TODO]
!               public ReadOnlyAttribute(bool read_only)
                {
                        throw new NotImplementedException(".ctor");

Index: RecommendedAsConfigurableAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/RecommendedAsConfigurableAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** RecommendedAsConfigurableAttribute.cs       26 Dec 2002 07:34:25 -0000      
1.1
--- RecommendedAsConfigurableAttribute.cs       31 Dec 2002 06:40:28 -0000      
1.2
***************
*** 29,33 ****
        {
                [TODO]
!               public void RecommendedAsConfigurableAttribute(
                                                        bool 
recommendedAsConfigurable)
                {
--- 29,33 ----
        {
                [TODO]
!               public RecommendedAsConfigurableAttribute(
                                                        bool 
recommendedAsConfigurable)
                {

Index: RefreshEventArgs.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/RefreshEventArgs.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** RefreshEventArgs.cs 26 Dec 2002 07:34:25 -0000      1.1
--- RefreshEventArgs.cs 31 Dec 2002 06:40:28 -0000      1.2
***************
*** 29,33 ****
        {
                [TODO]
!               public void RefreshEventArgs(Object componentChanged)
                {
                        throw new NotImplementedException(".ctor");
--- 29,33 ----
        {
                [TODO]
!               public RefreshEventArgs(Object componentChanged)
                {
                        throw new NotImplementedException(".ctor");
***************
*** 35,39 ****
  
                [TODO]
!               public void RefreshEventArgs(Type typeChanged)
                {
                        throw new NotImplementedException(".ctor");
--- 35,39 ----
  
                [TODO]
!               public RefreshEventArgs(Type typeChanged)
                {
                        throw new NotImplementedException(".ctor");

Index: RefreshPropertiesAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/RefreshPropertiesAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** RefreshPropertiesAttribute.cs       26 Dec 2002 07:34:25 -0000      1.1
--- RefreshPropertiesAttribute.cs       31 Dec 2002 06:40:28 -0000      1.2
***************
*** 29,33 ****
        {
                [TODO]
!               public void RefreshPropertiesAttribute(RefreshProperties 
refresh)
                {
                        throw new NotImplementedException(".ctor");
--- 29,33 ----
        {
                [TODO]
!               public RefreshPropertiesAttribute(RefreshProperties refresh)
                {
                        throw new NotImplementedException(".ctor");

Index: StringConverter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/StringConverter.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** StringConverter.cs  26 Dec 2002 07:34:25 -0000      1.1
--- StringConverter.cs  31 Dec 2002 06:40:28 -0000      1.2
***************
*** 30,34 ****
        {
                [TODO]
!               public void StringConverter()
                {
                        throw new NotImplementedException(".ctor");
--- 30,34 ----
        {
                [TODO]
!               public StringConverter()
                {
                        throw new NotImplementedException(".ctor");

Index: ToolboxItemAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/ToolboxItemAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ToolboxItemAttribute.cs     26 Dec 2002 07:34:25 -0000      1.1
--- ToolboxItemAttribute.cs     31 Dec 2002 06:40:28 -0000      1.2
***************
*** 29,33 ****
        {
                [TODO]
!               public void ToolboxItemAttribute(bool defaultType)
                {
                        throw new NotImplementedException(".ctor");
--- 29,33 ----
        {
                [TODO]
!               public ToolboxItemAttribute(bool defaultType)
                {
                        throw new NotImplementedException(".ctor");
***************
*** 35,39 ****
  
                [TODO]
!               public void ToolboxItemAttribute(String toolboxItemName)
                {
                        throw new NotImplementedException(".ctor");
--- 35,39 ----
  
                [TODO]
!               public ToolboxItemAttribute(String toolboxItemName)
                {
                        throw new NotImplementedException(".ctor");
***************
*** 41,45 ****
  
                [TODO]
!               public void ToolboxItemAttribute(Type toolboxItemType)
                {
                        throw new NotImplementedException(".ctor");
--- 41,45 ----
  
                [TODO]
!               public ToolboxItemAttribute(Type toolboxItemType)
                {
                        throw new NotImplementedException(".ctor");

Index: WarningException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/WarningException.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** WarningException.cs 26 Dec 2002 07:34:25 -0000      1.1
--- WarningException.cs 31 Dec 2002 06:40:28 -0000      1.2
***************
*** 29,33 ****
        {
                [TODO]
!               public void WarningException(String message)
                {
                        throw new NotImplementedException(".ctor");
--- 29,33 ----
        {
                [TODO]
!               public WarningException(String message)
                {
                        throw new NotImplementedException(".ctor");
***************
*** 35,39 ****
  
                [TODO]
!               public void WarningException(String message, String helpUrl)
                {
                        throw new NotImplementedException(".ctor");
--- 35,39 ----
  
                [TODO]
!               public WarningException(String message, String helpUrl)
                {
                        throw new NotImplementedException(".ctor");
***************
*** 41,45 ****
  
                [TODO]
!               public void WarningException(String message, String helpUrl, 
                                                                                
String helpTopic)
                {
--- 41,45 ----
  
                [TODO]
!               public WarningException(String message, String helpUrl, 
                                                                                
String helpTopic)
                {
***************
*** 47,50 ****
--- 47,51 ----
                }
  
+               [TODO]
                public String HelpTopic 
                {
***************
*** 55,58 ****
--- 56,60 ----
                }
  
+               [TODO]
                public String HelpUrl 
                {

Index: Win32Exception.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/ComponentModel/Win32Exception.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Win32Exception.cs   26 Dec 2002 07:34:25 -0000      1.1
--- Win32Exception.cs   31 Dec 2002 06:40:28 -0000      1.2
***************
*** 29,33 ****
        {
                [TODO]
!               public void Win32Exception()
                {
                        throw new NotImplementedException(".ctor");
--- 29,33 ----
        {
                [TODO]
!               public Win32Exception()
                {
                        throw new NotImplementedException(".ctor");
***************
*** 35,39 ****
  
                [TODO]
!               public void Win32Exception(int error)
                {
                        throw new NotImplementedException(".ctor");
--- 35,39 ----
  
                [TODO]
!               public Win32Exception(int error)
                {
                        throw new NotImplementedException(".ctor");
***************
*** 41,45 ****
  
                [TODO]
!               public void Win32Exception(int error, String message)
                {
                        throw new NotImplementedException(".ctor");
--- 41,45 ----
  
                [TODO]
!               public Win32Exception(int error, String message)
                {
                        throw new NotImplementedException(".ctor");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]