Click or drag to resize

InternalCorruptionException Constructor (SerializationInfo, StreamingContext)

[This is preliminary documentation and is subject to change.]

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

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
protected InternalCorruptionException(
	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