Class AppNotFoundException

Definition

Namespace:
Tizen.Applications.Exceptions
Assembly:
Tizen.Applications.Common.dll

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
object
System.Exception
System.SystemException
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
string message

The localized error message string

Implements

System.Runtime.Serialization.ISerializable