Hello,

I have compile the following code :
using System;
using System.Runtime.Remoting.Messaging;

namespace context
{
                class MainClass
                {
                                public static void Main (string[] args)
                                {
                                                
CallContext.LogicalSetData("Data", new object());
                                                Console.WriteLine ("Hello 
World!");
                                }
                }
}

And when I run it targeting Mono 2.11.4, I get an exception :

Unhandled Exception:
System.NotImplementedException: The requested feature is not implemented.
  at context.MainClass.Main (System.String[] args) [0x00000] in <filename 
unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NotImplementedException: The requested
feature is not implemented.
  at context.MainClass.Main (System.String[] args) [0x00000] in <filename 
unknown>:0

Since it is the latest alpha that it throwing this exception, is it the case 
that this feature will remain unimplemented in the next release of mono ?

Thanks
N




___________________________________________________________
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and delete this e-mail. Any unauthorised copying, 
disclosure or distribution of the material in this e-mail is prohibited.

Please refer to http://www.bnpparibas.co.uk/en/email-disclaimer/ for additional 
disclosures.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to