Method ThrowArgumentOutOfRangeException
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Fundamentals.dll
ThrowArgumentOutOfRangeException()
public static void ThrowArgumentOutOfRangeException()
ThrowArgumentOutOfRangeException(string)
public static void ThrowArgumentOutOfRangeException(string paramName)
Parameters
paramName
string
ThrowArgumentOutOfRangeException(string, string)
public static void ThrowArgumentOutOfRangeException(string paramName, string message)
Parameters
paramName
string
message
string
ThrowArgumentOutOfRangeException(string, object, string)
public static void ThrowArgumentOutOfRangeException(string paramName, object actualValue, string message)
Parameters
paramName
string
actualValue
object
message
string