DataSchemaException コンストラクタ (String, Exception)

指定したメッセージ文字列と入れ子にされた例外を使用して、DataSchemaException クラスの新しいインスタンスを初期化します。

名前空間 :  Microsoft.Data.Schema
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception

Dim instance As New DataSchemaException(message, _
    innerException)
public DataSchemaException(
    string message,
    Exception innerException
)
public:
DataSchemaException(
    String^ message, 
    Exception^ innerException
)
public function DataSchemaException(
    message : String, 
    innerException : Exception
)

パラメータ

  • message
    型 : System.String
    例外が発生した原因を示します。
  • innerException
    型 : System.Exception
    入れ子になった例外を示します。

参照

参照

DataSchemaException クラス

DataSchemaException メンバ

DataSchemaException オーバーロード

Microsoft.Data.Schema 名前空間