TypeMismatchException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティに割り当てられる指定された型。