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