Table of Contents

Constructor DisplayFormatNotSupportedException

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

DisplayFormatNotSupportedException()

public DisplayFormatNotSupportedException()

DisplayFormatNotSupportedException(string?)

public DisplayFormatNotSupportedException(string? message)

Parameters

message string

DisplayFormatNotSupportedException(Exception?)

public DisplayFormatNotSupportedException(Exception? innerException)

Parameters

innerException Exception

DisplayFormatNotSupportedException(string?, Exception?)

public DisplayFormatNotSupportedException(string? message, Exception? innerException)

Parameters

message string
innerException Exception