The exception which is thrown when you try to apply some operation on the bitmap, and this operation cannot handle pixel format of this bitmap.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class UnsupportedPixelFormatException _
	Inherits Exception
C#
[SerializableAttribute]
public class UnsupportedPixelFormatException : Exception
Visual C++
[SerializableAttribute]
public ref class UnsupportedPixelFormatException : public Exception

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Aurigma.GraphicsMill.Exception
        Aurigma.GraphicsMill.UnsupportedPixelFormatException

See Also