Click or drag to resize

CookieExceptionGetObjectData Method

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

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public override void GetObjectData(
	SerializationInfo serializationInfo,
	StreamingContext streamingContext
)

Parameters

serializationInfo
Type: System.Runtime.SerializationSerializationInfo
A SerializationInfo that holds the serialized object data.
streamingContext
Type: System.Runtime.SerializationStreamingContext
A StreamingContext that specifies the destination for the serialization.

Implements

_ExceptionGetObjectData(SerializationInfo, StreamingContext)
See Also