PermissionDeniedException(String, String, String) Constructor |
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.ExceptionsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxpublic PermissionDeniedException(
string message,
string[] codes = null,
string[] localNames = null
)
Parameters
- message String
-
- codes String (Optional)
-
- localNames String (Optional)
-
See Also