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