Aurigma Graphics Mill 5.5 for .NET
MultiFrameException Class
This exception is thrown when you try to add more frames than current format allows.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
<SerializableAttribute> _ Public Class MultiFrameException _ Inherits MediaProviderException
C#
[SerializableAttribute] public class MultiFrameException : MediaProviderException
Remarks
For example, this exception will be thrown when you try to add two image frames into JPEG.
Inheritance Hierarchy
System..::.Object
L
System..::.Exception
L
System..::.ApplicationException
L
Aurigma.GraphicsMill..::.Exception
L
Aurigma.GraphicsMill.Codecs..::.MediaProviderException
L
Aurigma.GraphicsMill.Codecs..::.MultiFrameException