Aurigma Graphics Mill 5.5 for .NET
MediaProviderException Class
This is a base class for all exception which can be thrown when you are working with format readers or writers.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
<SerializableAttribute> _ Public Class MediaProviderException _ Inherits Exception
C#
[SerializableAttribute] public class MediaProviderException : Exception
Inheritance Hierarchy
System..::.Object
L
System..::.Exception
L
System..::.ApplicationException
L
Aurigma.GraphicsMill..::.Exception
L
Aurigma.GraphicsMill.Codecs..::.MediaProviderException
L
Aurigma.GraphicsMill.Codecs..::.MediaUnsupportedException
L
Aurigma.GraphicsMill.Codecs..::.MediaCorruptedException
L
Aurigma.GraphicsMill.Codecs..::.MultiFrameException
L
Aurigma.GraphicsMill.Codecs..::.JpegMarkerException