WebException Class
.NET Framework 2.0
The exception that is thrown when an error occurs while accessing the network through a pluggable protocol.
Namespace: System.Net
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration <SerializableAttribute> _ Public Class WebException Inherits InvalidOperationException Implements ISerializable 'Usage Dim instance As WebException
/** @attribute SerializableAttribute() */ public class WebException extends InvalidOperationException implements ISerializable
SerializableAttribute public class WebException extends InvalidOperationException implements ISerializable
The WebException class is thrown by classes descended from WebRequest and WebResponse that implement pluggable protocols for accessing the Internet.
When WebException is thrown by a descendant of the WebRequest class, the Response property provides the Internet response to the application.
System.Object
System.Exception
System.SystemException
System.InvalidOperationException
System.Net.WebException
System.Exception
System.SystemException
System.InvalidOperationException
System.Net.WebException
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: