Class UnsupportedContentException
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
The exception that is thrown when a requested operation is not supported for content.
public class UnsupportedContentException : Exception, ISerializable
- Inheritance
-
objectSystem.ExceptionUnsupportedContentException
- Implements
-
System.Runtime.Serialization.ISerializable
Constructors
View SourceUnsupportedContentException()
Initializes a new instance of the UnsupportedContentException class.
Declaration
public UnsupportedContentException()
UnsupportedContentException(string, Exception)
Initializes a new instance of the UnsupportedContentException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public UnsupportedContentException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
System.Exception | innerException | The exception that is the cause of the current exception. |
UnsupportedContentException(string)
Initializes a new instance of the UnsupportedContentException class with a specified error message.
Declaration
public UnsupportedContentException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
Implements
System.Runtime.Serialization.ISerializable