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

JpegMarkerException Class

This exception is thrown by JpegWriter if you try to write incorrect JPEG metadata.

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

Syntax

Visual Basic
<SerializableAttribute> _
Public Class JpegMarkerException _
	Inherits MediaProviderException
C#
[SerializableAttribute]
public class JpegMarkerException : MediaProviderException

Inheritance Hierarchy

See Also

Reference