Click or drag to resize

EntityAlreadyInUseException(String, String, IUser) Constructor

Initializes a new instance of the EntityAlreadyInUseException class with a specified error message.

Namespace: Resto.Front.Api.Exceptions
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public EntityAlreadyInUseException(
	string message,
	string terminal,
	IUser user
)

Parameters

message  String
 
terminal  String
 
user  IUser
 
See Also