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, ISerializable
Inheritance
System.Object
System.InvalidOperationException
AppNotFoundException
Implements
System.Runtime.Serialization.ISerializable

Constructors

View Source

AppNotFoundException(String)

Constructor

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

The localized error message string

API Level: 4

Implements

System.Runtime.Serialization.ISerializable