点击或拖拽改变大小

AttributeMissException 构造函数 (Type, String)

使用指定的自定义属性名称初始化 AttributeMissException 类的新实例。

命名空间:  XPatchLib
程序集:  XPatchLib (在 XPatchLib.dll 中) 版本:4.1.0.4
语法
C#
public AttributeMissException(
	Type pType,
	string pAttrName
)

参数

pType
类型: SystemType
指定的未找到特性的类型。。
pAttrName
类型: SystemString
指定的自定义属性名称。
版本信息

.NET Framework

支持版本:4.5, 4.0, 3.5, 2.0

.NET Standard

支持版本:2.0, 1.3, 1.0
参见