ValueMismatchPropertyException 類別

定義

代表若財產價值錯誤時可使用的例外。

public ref class ValueMismatchPropertyException : Microsoft::SqlServer::Management::Data::PropertyException
[System.Serializable]
public class ValueMismatchPropertyException : Microsoft.SqlServer.Management.Data.PropertyException
[<System.Serializable>]
type ValueMismatchPropertyException = class
    inherit PropertyException
Public Class ValueMismatchPropertyException
Inherits PropertyException
繼承
ValueMismatchPropertyException
屬性

建構函式

名稱 Description
ValueMismatchPropertyException()

初始化一個新的類別實例 ValueMismatchPropertyException ,使用預設屬性值。

ValueMismatchPropertyException(ISfcProperty, Object, Object)

初始化一個具有指定屬性與值的新 ValueMismatchPropertyException 類別實例。

屬性

名稱 Description
AssignedValue

取得 PropertyException 中物件的指定值。

ExistingValue

取得 PropertyException 物件的當前值。

Property

取得索引鍵/值組的集合,提供例外狀況的其他使用者定義資訊。

(繼承來源 PropertyException)

適用於