ItemHasNoChangeUnitsException Constructor (String, Exception)
Initializes a new instance of the ItemHasNoChangeUnitsException class that contains a specified error message and a reference to the inner exception that caused this exception.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public:
ItemHasNoChangeUnitsException(
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: