Table of Contents

Constructor UnsupportedDirect2DVersionException

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

UnsupportedDirect2DVersionException()

public UnsupportedDirect2DVersionException()

UnsupportedDirect2DVersionException(string?)

public UnsupportedDirect2DVersionException(string? message)

Parameters

message string

UnsupportedDirect2DVersionException(Exception?)

public UnsupportedDirect2DVersionException(Exception? innerException)

Parameters

innerException Exception

UnsupportedDirect2DVersionException(string?, Exception?)

public UnsupportedDirect2DVersionException(string? message, Exception? innerException)

Parameters

message string
innerException Exception