This topic has not yet been rated - Rate this topic

CookieException Constructor

.NET Framework 1.1

Initializes a new instance of the CookieException class.

Overload List

Initializes a new instance of the CookieException class.

[Visual Basic] Public Sub New()
[C#] public CookieException();
[C++] public: CookieException();
[JScript] public function CookieException();

Initializes a new instance of the CookieException class with specific values of serializationInfo and streamingContext.

[Visual Basic] Protected Sub New(SerializationInfo, StreamingContext)
[C#] protected CookieException(SerializationInfo, StreamingContext);
[C++] protected: CookieException(SerializationInfo*, StreamingContext);
[JScript] protected function CookieException(SerializationInfo, StreamingContext);

See Also

CookieException Class | CookieException Members | System.Net Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.