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
- 衍生
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| PropertyException() |
初始化一個新的類別實例 PropertyException ,使用預設屬性值。 |
| PropertyException(ISfcProperty, String) |
初始化一個具有指定屬性與訊息的類別新實例 PropertyException 。 |
屬性
| 名稱 | Description |
|---|---|
| Property |
取得索引鍵/值組的集合,提供例外狀況的其他使用者定義資訊。 |