Class ScreenshotPixelFormatNotSupportedException
Thrown when a PixelFormat cannot be mapped to a target graphics API.
Inheritance
ScreenshotPixelFormatNotSupportedException
Implements
Inherited Members
Namespace: Zaya.Screenshot.Models
Assembly: Zaya.Screenshot.dll
Syntax
public sealed class ScreenshotPixelFormatNotSupportedException : NotSupportedException, ISerializable
Constructors
| Edit this page View SourceScreenshotPixelFormatNotSupportedException(string)
Initializes a new instance of the ScreenshotPixelFormatNotSupportedException class.
Declaration
public ScreenshotPixelFormatNotSupportedException(string formatName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | formatName | Name of the unsupported pixel format. |
Properties
| Edit this page View SourceFormatName
Gets the unsupported format name.
Declaration
public string FormatName { get; }
Property Value
| Type | Description |
|---|---|
| string |