Table of Contents

Constructor ElementNotFoundException

Namespace
PaintDotNet.Interop
Assembly
PaintDotNet.Windows.dll

ElementNotFoundException()

public ElementNotFoundException()

ElementNotFoundException(string?)

public ElementNotFoundException(string? message)

Parameters

message string

ElementNotFoundException(Exception?)

public ElementNotFoundException(Exception? innerException)

Parameters

innerException Exception

ElementNotFoundException(string?, Exception?)

public ElementNotFoundException(string? message, Exception? innerException)

Parameters

message string
innerException Exception