Class LaunchRejectedException

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 launch request is rejected

C#
Copy
public class LaunchRejectedException : InvalidOperationException
Inheritance
LaunchRejectedException

Constructors

View Source

LaunchRejectedException(String)

Constructor

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

The localized error message string

API Level: 4

Extension Methods