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.Exceptions
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public CannotUseInactiveEntityException(
	Guid entityId,
	string message
)

Parameters

entityId  Guid
 
message  String
 
See Also