Click or drag to resize

TypeNotSupportedException Constructor (SerializationInfo, StreamingContext)

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

Initializes a new instance of the TypeNotSupportedException class

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
protected TypeNotSupportedException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo

[Missing <param name="info"/> documentation for "M:Monkeyspeak.TypeNotSupportedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"]

context
Type: System.Runtime.SerializationStreamingContext

[Missing <param name="context"/> documentation for "M:Monkeyspeak.TypeNotSupportedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"]

See Also