2007-12-19 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Drawing / System.Drawing / StringFormat.jvm.cs
index b63870a1bcb70dd85f5d4eb51783860b67069c8b..1114addbc1c48c6e64fabcc088899ceb6dcdd48b 100644 (file)
@@ -250,13 +250,13 @@ namespace System.Drawing {
                public void SetTabStops(float firstTabOffset, float[] tabStops) {
 //                     _firstTabOffset = firstTabOffset;
 //                     _tabStops = tabStops != null ? (float[])tabStops.Clone() : null;
-                       throw new NotSupportedException();
+                       throw new NotImplementedException();
                }
 
                public void SetDigitSubstitution(int language,  StringDigitSubstitute substitute) {
 //                     _digitSubstituteMethod = substitute;
 //                     _digitSubstituteLanguage = language;
-                       throw new NotSupportedException();
+                       throw new NotImplementedException();
                }
 
                [MonoTODO]