This documentation is for the old version. Go to the latest Graphics Mill docs

MediaUnsupportedException Class

This exception is thrown when you try to read file (or other media) and its format is not recognized as supported by Graphics Mill for .NET.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
<SerializableAttribute> _
Public Class MediaUnsupportedException _
	Inherits MediaProviderException
C#
[SerializableAttribute]
public class MediaUnsupportedException : MediaProviderException

Inheritance Hierarchy

See Also

Reference