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
C#Copypublic class PermissionDeniedException : InvalidOperationException, ISerializable
- Inheritance
- Implements
-
System.Runtime.Serialization.ISerializable
Constructors
Declaration
C#Copypublic PermissionDeniedException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The localized error message string |
API Level: 4
Implements
System.Runtime.Serialization.ISerializable