ThreadException Constructor (SerializationInfo, StreamingContext) |
Initializes a new instance with serialized data.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected ThreadException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
ThreadException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> ThreadException
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