ItemDataModifiedConcurrentlyException Constructor (String, Exception)
Initializes a new instance of the ItemDataModifiedConcurrentlyException class.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public:
ItemDataModifiedConcurrentlyException(
String^ message,
Exception^ innerException
)
Parameters
- message
- Type: System::String
The error message that states the reason for the exception.
- innerException
- Type: System::Exception
The exception that caused the current exception, or a nullptr when no inner exception is specified.
Show: