Click or drag to resize

ReadException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ReadException class with serialized data.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public ReadException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The object that holds the serialized object data.
context
Type: System.Runtime.SerializationStreamingContext
The contextual information about the source or destination.
See Also