TypeMismatchPropertyException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表當錯誤發生時,屬性中拋出的例外。
public ref class TypeMismatchPropertyException : Microsoft::SqlServer::Management::Data::PropertyException
[System.Serializable]
public class TypeMismatchPropertyException : Microsoft.SqlServer.Management.Data.PropertyException
[<System.Serializable>]
type TypeMismatchPropertyException = class
inherit PropertyException
Public Class TypeMismatchPropertyException
Inherits PropertyException
- 繼承
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| TypeMismatchPropertyException() |
初始化一個新的類別實例 TypeMismatchPropertyException ,使用預設屬性值。 |
| TypeMismatchPropertyException(ISfcProperty, Type) |
初始化一個具有指定屬性與型別的類別新實例 TypeMismatchPropertyException 。 |
屬性
| 名稱 | Description |
|---|---|
| Property |
取得索引鍵/值組的集合,提供例外狀況的其他使用者定義資訊。 (繼承來源 PropertyException) |
| Type |
取得 PropertyException 中目前的型別。 |