Click or drag to resize

EntityModifiedException Constructor

Initializes a new instance of the EntityModifiedException class with specified entity stub and actual version.

Namespace:  Resto.Front.Api.V4.Exceptions
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
public EntityModifiedException(
	ExistingEntityStub modifiedEntity,
	int actualVersion
)

Parameters

modifiedEntity
Type: Resto.Front.Api.V4.Editors.Stubs.ExistingEntityStub
actualVersion
Type: System.Int32
See Also