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