 | 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)
Syntaxprotected InternalCorruptionException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
InternalCorruptionException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> InternalCorruptionExceptionParameters
- 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