Class PermissionDeniedException
Definition
- Namespace:
- Tizen.Applications.Exceptions
- Assembly:
- Tizen.Applications.Common.dll
The class that represents the exception which will be thrown when the permission is denied
public class PermissionDeniedException : InvalidOperationException
- Inheritance
-
objectPermissionDeniedException
Constructors
View SourcePermissionDeniedException(string)
Constructor
Declaration
public PermissionDeniedException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The localized error message string |