iikoFront Api V9 Code Reference
iikoFront Api V9 Code Reference
Resto.Front.Api.Exceptions
DuplicatedIdException Class
DuplicatedIdException Constructor
DuplicatedIdException Constructor (Guid)
DuplicatedIdException Constructor (Guid, String)
DuplicatedIdException Constructor (Guid, String, Exception)
DuplicatedIdException Constructor (Guid, String, Exception)
Initializes a new instance of the
DuplicatedIdException
class with a specified entity id, error message and a reference to the inner exception that is the cause of this exception.
Namespace:
Resto.Front.Api.Exceptions
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
Copy
public
DuplicatedIdException
(
Guid
entityId
,
string
message
,
Exception
innerException
)
Parameters
entityId
Type:
System
Guid
message
Type:
System
String
innerException
Type:
System
Exception
See Also
Reference
DuplicatedIdException Class
DuplicatedIdException Overload
Resto.Front.Api.Exceptions Namespace