dotgnu-general
[Top][All Lists]
Advanced

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

[DotGNU]bug in runtime environment


From: Nicolai P Guba
Subject: [DotGNU]bug in runtime environment
Date: Fri, 27 Jun 2003 09:48:27 +0100
User-agent: KMail/1.5.2

Hello chaps.  I tried this little gem  

  public static void Main( String[] args )
  {
    Console.WriteLine (args.Length);
    Console.WriteLine (args[0]);
    Console.WriteLine (args[1]);

Now lets look at the output...

[npg]frag:~/devel/dotGNU/dgee-0.1.5/tools$ ./csws2client foo bar mooh
1
foo
Uncaught exception: System.IndexOutOfRangeException: An array index was out of 
range
        at CSWS2Client.Main(String[])



* BOOOOOOOOOOM *

-- 
=NPG=


reply via email to

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