Constructor InvalidHandleException
- Namespace
- PaintDotNet.Interop
- Assembly
- PaintDotNet.Windows.dll
InvalidHandleException()
public InvalidHandleException()
InvalidHandleException(string?)
public InvalidHandleException(string? message)
Parameters
message
string
InvalidHandleException(Exception?)
public InvalidHandleException(Exception? innerException)
Parameters
innerException
Exception
InvalidHandleException(string?, Exception?)
public InvalidHandleException(string? message, Exception? innerException)
Parameters
message
string
innerException
Exception