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