Class LaunchFailedException
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 request failed to launch the application
public class LaunchFailedException : InvalidOperationException, ISerializable
- Inheritance
- Implements
Constructors
View SourceLaunchFailedException(String)
Constructor
Declaration
public LaunchFailedException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The localized error message string |