Click or drag to resize

TransactionConflictException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance with serialized data.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected TransactionConflictException(
	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