Click or drag to resize

CannotUseInactiveEntityException Constructor

Initializes a new instance of the CannotUseInactiveEntityException class with specified entity id and error message.

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

Parameters

entityId
Type: SystemGuid
message
Type: SystemString
See Also