Table of Contents

Constructor InvalidWindowHandleException

Namespace
PaintDotNet.Interop
Assembly
PaintDotNet.Windows.dll

InvalidWindowHandleException()

public InvalidWindowHandleException()

InvalidWindowHandleException(string?)

public InvalidWindowHandleException(string? message)

Parameters

message string

InvalidWindowHandleException(Exception?)

public InvalidWindowHandleException(Exception? innerException)

Parameters

innerException Exception

InvalidWindowHandleException(string?, Exception?)

public InvalidWindowHandleException(string? message, Exception? innerException)

Parameters

message string
innerException Exception