Class LaunchRejectedException
Definition
- Namespace:
- Tizen.Applications.Exceptions
- Assembly:
- Tizen.Applications.Common.dll
The class that represents the exception which will be thrown when the launch request is rejected
public class LaunchRejectedException : InvalidOperationException, ISerializable
- Inheritance
-
objectSystem.ExceptionSystem.SystemExceptionSystem.InvalidOperationExceptionLaunchRejectedException
- Implements
-
System.Runtime.Serialization.ISerializable
Constructors
View SourceLaunchRejectedException(string)
Constructor
Declaration
public LaunchRejectedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The localized error message string |
Implements
System.Runtime.Serialization.ISerializable