Table of Contents

Constructor TextRendererIncompatibleException

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll

TextRendererIncompatibleException()

public TextRendererIncompatibleException()

TextRendererIncompatibleException(string?)

public TextRendererIncompatibleException(string? message)

Parameters

message string

TextRendererIncompatibleException(Exception?)

public TextRendererIncompatibleException(Exception? innerException)

Parameters

innerException Exception

TextRendererIncompatibleException(string?, Exception?)

public TextRendererIncompatibleException(string? message, Exception? innerException)

Parameters

message string
innerException Exception