Aurigma Graphics Mill 5.5 for .NET
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
System..::.Object
L
System..::.Exception
L
System..::.ApplicationException
L
Aurigma.GraphicsMill..::.Exception
L
Aurigma.GraphicsMill.Codecs..::.MediaProviderException
L
Aurigma.GraphicsMill.Codecs..::.MediaUnsupportedException