Table of Contents

Constructor UnsupportedSdkVersionException

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.dll

UnsupportedSdkVersionException()

public UnsupportedSdkVersionException()

UnsupportedSdkVersionException(string?)

public UnsupportedSdkVersionException(string? message)

Parameters

message string

UnsupportedSdkVersionException(Exception?)

public UnsupportedSdkVersionException(Exception? innerException)

Parameters

innerException Exception

UnsupportedSdkVersionException(string?, Exception?)

public UnsupportedSdkVersionException(string? message, Exception? innerException)

Parameters

message string
innerException Exception