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

<SerializableAttribute> _
Public Class UnsupportedPixelFormatException _
	Inherits Exception

C#

[SerializableAttribute]
public class UnsupportedPixelFormatException : Exception