TransactionConflictException Constructor (String, Exception) |
Initializes a new instance.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic TransactionConflictException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
TransactionConflictException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> TransactionConflictException
Parameters
- message
- Type: SystemString
The message associated with the exception. - innerException
- Type: SystemException
The inner exception that caused this exception.
See Also