Click or drag to resize

ArgumentTypeInvalidException Constructor (SerializationInfo, StreamingContext)

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

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected ArgumentTypeInvalidException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The object that holds the serialized object data.
context
Type: System.Runtime.SerializationStreamingContext
An object that describes the source or destination of the serialized data.
See Also