Show / Hide Table of Contents

Class ScreenshotPixelFormatNotSupportedException

Thrown when a PixelFormat cannot be mapped to a target graphics API.

Inheritance
object
Exception
SystemException
NotSupportedException
ScreenshotPixelFormatNotSupportedException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.ReferenceEquals(object, object)
Namespace: Zaya.Screenshot.Models
Assembly: Zaya.Screenshot.dll
Syntax
public sealed class ScreenshotPixelFormatNotSupportedException : NotSupportedException, ISerializable

Constructors

| Edit this page View Source

ScreenshotPixelFormatNotSupportedException(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 Source

FormatName

Gets the unsupported format name.

Declaration
public string FormatName { get; }
Property Value
Type Description
string

Implements

ISerializable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX