ProtocolViolationException Class
.NET Framework 2.0
The exception that is thrown when an error is made while using a network protocol.
Namespace: System.Net
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration <SerializableAttribute> _ Public Class ProtocolViolationException Inherits InvalidOperationException Implements ISerializable 'Usage Dim instance As ProtocolViolationException
/** @attribute SerializableAttribute() */ public class ProtocolViolationException extends InvalidOperationException implements ISerializable
SerializableAttribute public class ProtocolViolationException extends InvalidOperationException implements ISerializable
A ProtocolViolationException is thrown by descendants of WebRequest and WebResponse to indicate an error using the underlying protocol. For example, the HttpWebRequest and HttpWebResponse classes throw a ProtocolViolationException to indicate an error using HTTP.
System.Object
System.Exception
System.SystemException
System.InvalidOperationException
System.Net.ProtocolViolationException
System.Exception
System.SystemException
System.InvalidOperationException
System.Net.ProtocolViolationException
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: