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