Click or drag to resize

TransactionConflictException Constructor (String)

Initializes a new instance.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TransactionConflictException(
	string message
)

Parameters

message
Type: SystemString
The message associated with the exception.
See Also