Share via


ThrowHelper.ThrowArgumentOutOfRangeException Method

Definition

Overloads

ThrowArgumentOutOfRangeException(String, String)

public static void ThrowArgumentOutOfRangeException(string argumentName, string message);
static member ThrowArgumentOutOfRangeException : string * string -> unit

Parameters

argumentName
String
message
String

Applies to

ThrowArgumentOutOfRangeException(String, Object, String)

public static void ThrowArgumentOutOfRangeException(string argumentName, object actualValue, string message);
static member ThrowArgumentOutOfRangeException : string * obj * string -> unit

Parameters

argumentName
String
actualValue
Object
message
String

Applies to