Click or drag to resize

EntityModifiedException(IVersionedEntity, Int32) Constructor

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

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

Parameters

modifiedEntity  IVersionedEntity
 
actualVersion  Int32
 
See Also