EntityUsingException Constructor (Guid, String, Object) |
Initializes a new instance of the
EntityUsingException class with specified entity id and error message.
Namespace:
Resto.Front.Api.V5.Exceptions
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax public EntityUsingException(
Guid entityId,
string messageFormat,
params Object[] args
)
Parameters
- entityId
- Type: SystemGuid
- messageFormat
- Type: SystemString
- args
- Type: SystemObject
See Also