Click or drag to resize
CommitConflictException Constructor (String, Exception)

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public CommitConflictException(
	string message,
	Exception innerException
)

Parameters

message
Type: System.String
innerException
Type: System.Exception
See Also