Class LaunchFailedException
Definition
- Namespace:
- Tizen.Applications.Exceptions
- Assembly:
- Tizen.Applications.Common.dll
The class that represents the exception which will be thrown when the request failed to launch the application
C#Copypublic class LaunchFailedException : InvalidOperationException, ISerializable
- Inheritance
-
objectSystem.ExceptionSystem.SystemExceptionSystem.InvalidOperationExceptionLaunchFailedException
- Implements
-
System.Runtime.Serialization.ISerializable
Constructors
Declaration
C#Copypublic LaunchFailedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The localized error message string |
Implements
System.Runtime.Serialization.ISerializable