Click or drag to resize

EntityAlreadyInUseException Constructor (String, String, IUser)

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

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

Parameters

message
Type: SystemString
terminal
Type: SystemString
user
Type: Resto.Front.Api.Data.SecurityIUser
See Also