TransactionConflictException Constructor (String) |
Initializes a new instance.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TransactionConflictException(
string message
)
Public Sub New (
message As String
)
public:
TransactionConflictException(
String^ message
)
new :
message : string -> TransactionConflictException
Parameters
- message
- Type: SystemString
The message associated with the exception.
See Also