Click or drag to resize

EntityModifiedException Constructor (Guid, String)

Initializes a new instance of the EntityModifiedException class with custom message.

Namespace:  Resto.Front.Api.Exceptions
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public EntityModifiedException(
	Guid entityId,
	string message
)

Parameters

entityId
Type: SystemGuid
message
Type: SystemString
See Also