DataCollisionException Constructor (String, Exception) |
Exception thrown when different objects have been found with common unique keys.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public DataCollisionException(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
- innerException
- Type: SystemException
See Also