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