PropertyException 类

定义

表示针对该属性的操作失败时出现的错误。

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

获取键/值对的集合,这些键/值对提供有关该异常的其他用户定义信息。

适用于