TypeMismatchPropertyException クラス

定義

エラー発生時にプロパティ内でスローされる例外を表します。

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
継承
TypeMismatchPropertyException
属性

コンストラクター

TypeMismatchPropertyException()

TypeMismatchPropertyException クラスの新しいインスタンスを既定のプロパティ値で初期化します。

TypeMismatchPropertyException(ISfcProperty, Type)

指定されたプロパティと型を使用して、TypeMismatchPropertyException クラスの新しいインスタンスを初期化します。

プロパティ

Property

例外に関する追加のユーザー定義情報を提供する、キーと値のペアのコレクションを取得します。

(継承元 PropertyException)
Type

PropertyException 内の現在の型を取得します。

適用対象