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