Skip to content

M_Cyjb_CommonExceptions_ArgumentMinMaxValue

CYJB edited this page Mar 20, 2024 · 13 revisions

CommonExceptions.ArgumentMinMaxValue 方法

返回参数上下界颠倒的异常。

Namespace: Cyjb
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public static ArgumentOutOfRangeException ArgumentMinMaxValue(
	string minParamName,
	string maxParamName
)

参数

 

minParamName
Type: System.String
下界参数的名称。
maxParamName
Type: System.String
上界参数的名称。

返回值

Type: ArgumentOutOfRangeException
ArgumentOutOfRangeException 对象。

参见

Reference

CommonExceptions 类
Cyjb 命名空间

Clone this wiki locally