 | PrimaryKeyException 构造函数 (String, Exception) |
命名空间:
XPatchLib
程序集:
XPatchLib (在 XPatchLib.dll 中) 版本:4.1.0.4
语法public PrimaryKeyException(
string pMessage,
Exception pInnerException
)
参数
- pMessage
- 类型: SystemString
描述错误的消息。
- pInnerException
- 类型: SystemException
导致当前异常的异常;如果未指定内部异常,则是一个 null 引用(在 Visual Basic 中为 Nothing)。
版本信息.NET Framework
支持版本:4.5, 4.0, 3.5, 2.0
.NET Standard
支持版本:2.0, 1.3, 1.0
参见