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: 24.1.418.0 (24.1.418.0)
Syntax
public TransactionConflictException(
	string message
)

Parameters

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