On Mon, 2009-10-19 at 11:42 -0700, Vlad wrote:
> I got the following critical error
> Severity: Critical Confidence: Normal
> Source: /home/vgiszpenc/trunk/Net/HostSet.cs(≈547)
> Details: System.String System.Net.Sockets.SocketException::get_Message
> () is missing from Mono.
> But SocketException inherits from Exception which defines
> public virtual string Message {
> get {
> if (message == null)
> message = string.Format (Locale.GetText ("Exception of type
> '{0}' was thrown."),
> ClassName);
> return message;
> }
> }
> What do you think is really the problem?
Your MoMA definitions could be (much) older than the version of Mono you