iikoFront Api V7 Code Reference
iikoFront Api V7 Code Reference
Resto.Front.Api.Exceptions
EntityAlreadyInUseException Class
EntityAlreadyInUseException Constructor
EntityAlreadyInUseException Constructor
EntityAlreadyInUseException Constructor (String)
EntityAlreadyInUseException Constructor (String, Exception)
EntityAlreadyInUseException Constructor (String, String, IUser)
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.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
Copy
public
EntityAlreadyInUseException
(
string
message
,
string
terminal
,
IUser
user
)
Parameters
message
Type:
System
String
terminal
Type:
System
String
user
Type:
Resto.Front.Api.Data.Security
IUser
See Also
Reference
EntityAlreadyInUseException Class
EntityAlreadyInUseException Overload
Resto.Front.Api.Exceptions Namespace