My Project
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
WebSocketSharp.Net.CookieException Class Reference

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

Inheritance diagram for WebSocketSharp.Net.CookieException:

Public Member Functions

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

Protected Member Functions

 CookieException (SerializationInfo serializationInfo, StreamingContext streamingContext)
 Initializes a new instance of the CookieException class with the serialized data.
 

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 with the serialized data.

Parameters
serializationInfoA SerializationInfo that holds the serialized object data.
streamingContextA StreamingContext that specifies the source for the deserialization.
Exceptions
ArgumentNullExceptionserializationInfo is null.

Member Function Documentation

◆ GetObjectData()

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

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

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

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