Click or drag to resize

EntityModifiedException(Guid, String) Constructor

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

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

Parameters

entityId  Guid
 
message  String
 
See Also