Click or drag to resize

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.Exceptions
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public PermissionDeniedException(
	string message,
	string[] codes = null,
	string[] localNames = null
)

Parameters

message  String
 
codes  String  (Optional)
 
localNames  String  (Optional)
 
See Also