On Tue, Sep 16, 2008 at 1:39 PM, asit <[EMAIL PROTECTED]> wrote: > > I was just my project. I found that BrginAccept() also throws > exception. Can anyone tell me when this function throws exception???? >
http://msdn.microsoft.com/en-us/library/system.net.sockets.socket.beginaccept(VS.71).aspx ... Exceptions Exception Type Condition SocketException<http://msdn.microsoft.com/en-us/library/system.net.sockets.socketexception%28VS.71%29.aspx> An error occurred when attempting to access the socket. See the Remarks section for more information. ObjectDisposedException<http://msdn.microsoft.com/en-us/library/system.objectdisposedexception%28VS.71%29.aspx> The Socket<http://msdn.microsoft.com/en-us/library/system.net.sockets.socket%28VS.71%29.aspx>has been closed. ... N.B.: This is not my homework and I am unemployed. > Nice. :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://cm.megasolutions.net/forums/default.aspx -~----------~----~----~----~------~----~------~--~---
