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