SocketException 类
发生套接字错误时引发的异常。
**命名空间:**System.Net.Sockets
**程序集:**System(在 system.dll 中)
语法
声明
<SerializableAttribute> _
Public Class SocketException
Inherits Win32Exception
用法
Dim instance As SocketException
[SerializableAttribute]
public class SocketException : Win32Exception
[SerializableAttribute]
public ref class SocketException : public Win32Exception
/** @attribute SerializableAttribute() */
public class SocketException extends Win32Exception
SerializableAttribute
public class SocketException extends Win32Exception
备注
当网络发生错误时,Socket 和 Dns 引发 SocketException。
SocketException 类的默认构造函数将 ErrorCode 属性设置为上次发生的操作系统套接字错误。有关套接字错误代码的更多信息,请参见 MSDN 中的 Windows Sockets Version 2 API(Windows 套接字第 2 版 API)错误代码文档。
Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows CE 平台说明: 并非所有套接字选项都受 .NET Compact Framework 支持。
继承层次结构
System.Object
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.ComponentModel.Win32Exception
System.Net.Sockets.SocketException
线程安全
此类型的任何公共静态(Visual Basic 中的 Shared)成员都是线程安全的,但不保证所有实例成员都是线程安全的。
平台
Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
.NET Compact Framework
受以下版本支持:2.0、1.0