Click or drag to resize

DataCollisionException Constructor (String, Html)

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
C#
public DataCollisionException(
	string message,
	Html htmlMessage
)

Parameters

message
Type: SystemString
htmlMessage
Type: MicaSystems.UtilsHtml
See Also