[WindowsBase] Fix exception type in *ValueSerializer.ConvertFromString with null...
[mono.git] / mcs / class / WindowsBase / Test / System.Windows / VectorValueSerializerTest.cs
index 80446687205fcadf35acf0cbfd67c3afc48c698e..3b79a996741f19dac1f34722991ef2740898fb0e 100644 (file)
@@ -50,7 +50,7 @@ namespace MonoTests.System.Windows {
                }
 
                [Test]
-               [ExpectedException (typeof (ArgumentNullException))]
+               [ExpectedException (typeof (NotSupportedException))]
                public void ConvertFromStringShouldThrowExceptionWhenStringIsNull ()
                {
                        var serializer = new VectorValueSerializer ();