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
    Inheritance
    object
    FileFormatException

    Constructors

    View Source

    FileFormatException()

    Initializes a new instance of the FileFormatException class.

    Declaration
    public FileFormatException()
    View Source

    FileFormatException(string)

    Initializes a new instance of the FileFormatException class with a specified error message.

    Declaration
    public FileFormatException(string message)
    Parameters
    Type Name Description
    string message

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX