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

MediaCorruptedException Class

This exception is thrown when you try to open file (or other media) which contains corrupted data.

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

Syntax

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

Inheritance Hierarchy

See Also

Reference