2005-08-04 Satya Sudha K <ksathyasudha@novell.com>
[mono.git] / mcs / class / Microsoft.VisualBasic / Test / standalone / 5062.vb
index aa75277c3b7efb50169ffdff607523f9c7c1077a..7eb30bfba9091acf52408f7340a18e26e1f800e3 100644 (file)
@@ -2,7 +2,6 @@
 '
 ' Author:
 '   Roopa Wilson (rowilson@novell.com)
-
 ' Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 '
 ' Permission is hereby granted, free of charge, to any person obtaining
 ' OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 ' WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 '
-
-Imports Microsoft.VisualBasic \r
-Imports System\r
-Public Class TestClass \r
-       Public Function Test() As Double\r
-               'Begin Code\r
-                       Dim a As String = Nothing\r
-                       Try\r
-                               Dim d As double = Asc (a)\r
-                               Throw New Exception ("#Asc01")\r
-                       Catch e As Exception\r
-                               If (e.GetType ().ToString ()) <> "System.ArgumentException" Then\r
-                                       Throw New Exception ("#Asc01: Expected System.ArgumentException but got " + e.GetType ().ToString ())\r
-                               End If\r
-                       End Try\r
-               'End Code\r
-       End Function\r
-End Class\r
+Imports Microsoft.VisualBasic 
+Imports System
+Public Class TestClass 
+       Public Function Test() As Double
+               'Begin Code
+                       Dim a As String = Nothing
+                       Try
+                               Dim d As double = Asc (a)
+                               Throw New Exception ("#Asc01")
+                       Catch e As Exception
+                               If (e.GetType ().ToString ()) <> "System.ArgumentException" Then
+                                       Throw New Exception ("#Asc01: Expected System.ArgumentException but got " + e.GetType ().ToString ())
+                               End If
+                       End Try
+               'End Code
+       End Function
+End Class