EGDL2 2.1
Loading...
Searching...
No Matches
WebSocketSharp.Net.CookieException Class Reference

The exception that is thrown when a Cookie gets an error. More...

Inherits FormatException, and ISerializable.

Public Member Functions

 CookieException ()
 Initializes a new instance of the CookieException class.
 
override void GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext)
 Populates the specified SerializationInfo with the data needed to serialize the current CookieException.
 

Protected Member Functions

 CookieException (SerializationInfo serializationInfo, StreamingContext streamingContext)
 Initializes a new instance of the CookieException class from the specified SerializationInfo and StreamingContext.
 

Detailed Description

The exception that is thrown when a Cookie gets an error.

Constructor & Destructor Documentation

◆ CookieException()

WebSocketSharp.Net.CookieException.CookieException ( SerializationInfo serializationInfo,
StreamingContext streamingContext )
inlineprotected

Initializes a new instance of the CookieException class from the specified SerializationInfo and StreamingContext.

Parameters
serializationInfoA SerializationInfo that contains the serialized object data.
streamingContextA StreamingContext that specifies the source for the deserialization.

Member Function Documentation

◆ GetObjectData()

override void WebSocketSharp.Net.CookieException.GetObjectData ( SerializationInfo serializationInfo,
StreamingContext streamingContext )
inline

Populates the specified SerializationInfo with the data needed to serialize the current CookieException.

Parameters
serializationInfoA SerializationInfo that holds the serialized object data.
streamingContextA StreamingContext that specifies the destination for the serialization.

FIXME: Removed to avoid Unity warnings [SecurityPermission ( SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.SerializationFormatter)]


The documentation for this class was generated from the following file: