MultiFrameException Class

Represents the error that occurs when you try to add more frames than current format allows.

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

Syntax

C#
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 Aurigma.GraphicsMill.GMException
L Aurigma.GraphicsMill.Codecs.MediaProviderException
L Aurigma.GraphicsMill.Codecs.MultiFrameException

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference