This is a base class for all exception which can be thrown when you are working with format readers or writers.

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

Syntax

Visual Basic

<SerializableAttribute> _
Public Class MediaProviderException _
	Inherits Exception

C#

[SerializableAttribute]
public class MediaProviderException : Exception