Click or drag to resize

CookieException Class

The exception that is thrown when a Cookie gets an error.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemSystemException
      SystemFormatException
        Sfs2X.WebSocketSharp.NetCookieException

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
[SerializableAttribute]
public class CookieException : FormatException, 
	ISerializable

The CookieException type exposes the following members.

Constructors
  NameDescription
Public methodCookieException
Initializes a new instance of the CookieException class.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates the specified SerializationInfo with the data needed to serialize the current CookieException.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
See Also