Class AppNotFoundException

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 application to run is not found

C#
Copy
public class AppNotFoundException : InvalidOperationException
Inheritance
AppNotFoundException

Constructors

View Source

AppNotFoundException(String)

Constructor

Declaration
C#
Copy
public AppNotFoundException(string message)
Parameters
Type Name Description
String message

The localized error message string

API Level: 4

Extension Methods