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