Table of Contents

Constructor ImagingComponentNotFoundException

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.dll

ImagingComponentNotFoundException()

public ImagingComponentNotFoundException()

ImagingComponentNotFoundException(string?)

public ImagingComponentNotFoundException(string? message)

Parameters

message string

ImagingComponentNotFoundException(Exception?)

public ImagingComponentNotFoundException(Exception? innerException)

Parameters

innerException Exception

ImagingComponentNotFoundException(string?, Exception?)

public ImagingComponentNotFoundException(string? message, Exception? innerException)

Parameters

message string
innerException Exception