ArgumentTypeInvalidException Constructor (SerializationInfo, StreamingContext) |
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected ArgumentTypeInvalidException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
ArgumentTypeInvalidException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> ArgumentTypeInvalidException
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