X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Drawing%2FSystem.Drawing%2FStringFormat.jvm.cs;h=1114addbc1c48c6e64fabcc088899ceb6dcdd48b;hb=0f398a1e644ada8676df6e6d2bf382831ac3bcbc;hp=b63870a1bcb70dd85f5d4eb51783860b67069c8b;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/mcs/class/System.Drawing/System.Drawing/StringFormat.jvm.cs b/mcs/class/System.Drawing/System.Drawing/StringFormat.jvm.cs index b63870a1bcb..1114addbc1c 100644 --- a/mcs/class/System.Drawing/System.Drawing/StringFormat.jvm.cs +++ b/mcs/class/System.Drawing/System.Drawing/StringFormat.jvm.cs @@ -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]