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

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

See Also

Reference