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