Class FileFormatException
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
- API Level:
- 3
The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification, is malformed.
C#Copypublic class FileFormatException : FormatException, ISerializable
- Inheritance
- Implements
-
System.Runtime.Serialization.ISerializable
Constructors
Declaration
C#Copypublic FileFormatException()
API Level: 3
View Source
FileFormatException(String)
Initializes a new instance of the FileFormatException class with a specified error message.
Declaration
C#Copypublic FileFormatException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
API Level: 3
Implements
System.Runtime.Serialization.ISerializable