Click or drag to resize

EntityModifiedException Constructor (IVersionedEntity, Int32)

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

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

Parameters

modifiedEntity
Type: Resto.Front.Api.Data.CommonIVersionedEntity
actualVersion
Type: SystemInt32
See Also