PermissionDeniedException Constructor (String, String, String) |
Initializes a new instance of the
PermissionDeniedException class with a specified error message.
The error message (optional).Codes of permissions.Localized names of permissions.
Namespace:
Resto.Front.Api.Exceptions
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax public PermissionDeniedException(
string message,
string[] codes = null,
string[] localNames = null
)
Parameters
- message
- Type: SystemString
- codes (Optional)
- Type: SystemString
- localNames (Optional)
- Type: SystemString
See Also