Click or drag to resize

InvalidConflictDetectionResult Constructor (String, Exception)

Constructor for InvalidConflictDetectionResult

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public InvalidConflictDetectionResult(
	string message,
	Exception ex
)

Parameters

message
Type: SystemString
Error message
ex
Type: SystemException
Instance of Exception
See Also