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