iikoFront Api V7 Code Reference
iikoFront Api V7 Code Reference
Resto.Front.Api.Exceptions
EntityUsingException Class
EntityUsingException Constructor
EntityUsingException Constructor (Guid)
EntityUsingException Constructor (SerializationInfo, StreamingContext)
EntityUsingException Constructor (Guid, String, Exception)
EntityUsingException Constructor (Guid, String, Object[])
EntityUsingException Constructor (Guid, String, Exception)
Initializes a new instance of the
EntityUsingException
class with 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.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
Copy
public
EntityUsingException
(
Guid
entityId
,
string
message
,
Exception
innerException
)
Parameters
entityId
Type:
System
Guid
message
Type:
System
String
innerException
Type:
System
Exception
See Also
Reference
EntityUsingException Class
EntityUsingException Overload
Resto.Front.Api.Exceptions Namespace