March 2002
Intermediate to advanced
864 pages
31h 8m
English
SocketException
This exception represents a socket-related error.
public class SocketException : System.ComponentModel.Win32Exception { // Public Constructors public method SocketException(); public method SocketException(int errorCode); // Protected Constructors protected method SocketException( System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext); // Public Instance Properties public override field int ErrorCode{get; } // overrides System.Runtime.InteropServices.ExternalException }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→System.Runtime.InteropServices.ExternalException→System.ComponentModel.Win32Exception→SocketException