Click or drag to resize

ExceptionsGetDataCollisionException Method

Create a generic 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 static DataCollisionException GetDataCollisionException(
	string message
)

Parameters

message
Type: SystemString

Return Value

Type: DataCollisionException
See Also