RowWasChangedException Constructor

Initializes a new instance of the RowWasChangedException class.

Definition

Namespace: Firefly.Box.Data.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public RowWasChangedException(
	string message,
	RowWasChangedExceptionInfo[] info
)

Parameters

message  String
The message based on which this RowWasChangedException will be created
info  RowWasChangedExceptionInfo
The info based on which this RowWasChangedException will be created

See Also