PropertyException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示针对该属性的操作失败时出现的错误。
public ref class PropertyException : System::Data::DataException
[System.Serializable]
public class PropertyException : System.Data.DataException
[<System.Serializable>]
type PropertyException = class
inherit DataException
Public Class PropertyException
Inherits DataException
- 继承
-
PropertyException
- 派生
- 属性
构造函数
| PropertyException() |
使用默认属性值初始化 PropertyException 类的新实例。 |
| PropertyException(ISfcProperty, String) |
使用指定的属性和消息初始化 PropertyException 类的新实例。 |
属性
| Property |
获取键/值对的集合,这些键/值对提供有关该异常的其他用户定义信息。 |