TypeMismatchException コンストラクター

定義

TypeMismatchException クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
TypeMismatchException()

デフォルトのプロパティ値で TypeMismatchException クラスの新しいインスタンスを初期化します。

TypeMismatchException(Type, Type)

指定した型を使用して、 TypeMismatchException クラスの新しいインスタンスを初期化します。

TypeMismatchException()

デフォルトのプロパティ値で TypeMismatchException クラスの新しいインスタンスを初期化します。

public:
 TypeMismatchException();
public TypeMismatchException();
Public Sub New ()

適用対象

TypeMismatchException(Type, Type)

指定した型を使用して、 TypeMismatchException クラスの新しいインスタンスを初期化します。

public:
 TypeMismatchException(Type ^ existingType, Type ^ assignedType);
public TypeMismatchException(Type existingType, Type assignedType);
new Microsoft.SqlServer.Management.Data.TypeMismatchException : Type * Type -> Microsoft.SqlServer.Management.Data.TypeMismatchException
Public Sub New (existingType As Type, assignedType As Type)

パラメーター

existingType
Type

現在使用されている指定型。

assignedType
Type

プロパティに割り当てられる指定された型。

適用対象