TypeMismatchException クラス

定義

エラーが発生した場合にスローされる例外を表します。

public ref class TypeMismatchException : System::Data::DataException
[System.Serializable]
public class TypeMismatchException : System.Data.DataException
[<System.Serializable>]
type TypeMismatchException = class
    inherit DataException
Public Class TypeMismatchException
Inherits DataException
継承
TypeMismatchException
属性

コンストラクター

名前 説明
TypeMismatchException()

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

TypeMismatchException(Type, Type)

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

プロパティ

名前 説明
AssignedType

例外に対して割り当てられたタイプを取得します。

ExistingType

例外に対して現在の型を取得します。

適用対象