Class FileFormatException
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
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.
public class FileFormatException : FormatException, ISerializable
- Inheritance
-
objectSystem.
Exception System.System Exception System.Format Exception FileFormat Exception
- Implements
-
System.
Runtime. Serialization. ISerializable
Constructors
View SourceFileFormatException()
Initializes a new instance of the File
Declaration
public FileFormatException()
FileFormatException(string)
Initializes a new instance of the File
Declaration
public FileFormatException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
Implements
System.Runtime.Serialization.ISerializable