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

MediaProviderException Class

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

Inheritance Hierarchy

See Also

Reference