XmlSchemaInferenceException コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > XmlSchemaInferenceException コンストラクタの意味・解説 

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

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

XmlSchemaInferenceException クラス新しインスタンスを、指定されエラー メッセージ指定されXmlSchemaInferenceException発生する原因になった元の Exception、および指定されXML ドキュメント内のエラー行番号行位置使用して初期化します。

名前空間: System.Xml.Schema
アセンブリ: System.Xml (system.xml.dll 内)
構文構文

Public Sub New ( _
    message As String, _
    innerException As Exception, _
    lineNumber As Integer, _
    linePosition As Integer _
)
Dim message As String
Dim innerException As Exception
Dim lineNumber As Integer
Dim linePosition As Integer

Dim instance As New XmlSchemaInferenceException(message,
 innerException, lineNumber, linePosition)
public XmlSchemaInferenceException (
    string message,
    Exception innerException,
    int lineNumber,
    int linePosition
)
public:
XmlSchemaInferenceException (
    String^ message, 
    Exception^ innerException, 
    int lineNumber, 
    int linePosition
)
public XmlSchemaInferenceException (
    String message, 
    Exception innerException, 
    int lineNumber, 
    int linePosition
)
public function XmlSchemaInferenceException
 (
    message : String, 
    innerException : Exception, 
    lineNumber : int, 
    linePosition : int
)

パラメータ

message

エラー説明

innerException

XmlSchemaInferenceException が発生する原因になった元の例外含まれている Exception オブジェクト

lineNumber

XmlSchemaInferenceException発生する原因になった XML ドキュメント内の行番号

linePosition

XmlSchemaInferenceException発生する原因になった XML ドキュメント内の行位置

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
XmlSchemaInferenceException クラス
XmlSchemaInferenceException メンバ
System.Xml.Schema 名前空間

XmlSchemaInferenceException コンストラクタ (SerializationInfo, StreamingContext)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

XmlSchemaInferenceException クラス新しインスタンスを、XmlSchemaInferenceExceptionすべてのプロパティ格納されている、指定されSerializationInfo オブジェクトStreamingContext オブジェクト使用して初期化します。

名前空間: System.Xml.Schema
アセンブリ: System.Xml (system.xml.dll 内)
構文構文

Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New XmlSchemaInferenceException(info,
 context)
protected XmlSchemaInferenceException (
    SerializationInfo info,
    StreamingContext context
)
protected:
XmlSchemaInferenceException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected XmlSchemaInferenceException (
    SerializationInfo info, 
    StreamingContext context
)
protected function XmlSchemaInferenceException
 (
    info : SerializationInfo, 
    context : StreamingContext
)

パラメータ

info

SerializationInfo オブジェクト

context

StreamingContext オブジェクト

解説解説

このコンストラクタは、その状態をこの型に初期化するために、派生クラスコンストラクタによって呼び出されます。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
XmlSchemaInferenceException クラス
XmlSchemaInferenceException メンバ
System.Xml.Schema 名前空間
SerializationInfo
StreamingContext

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

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

XmlSchemaInferenceException クラス新しインスタンスを、指定されエラー メッセージおよび指定されXmlSchemaInferenceException発生する原因になった Exception使用して初期化します。

名前空間: System.Xml.Schema
アセンブリ: System.Xml (system.xml.dll 内)
構文構文

Public Sub New ( _
    message As String, _
    innerException As Exception _
)
Dim message As String
Dim innerException As Exception

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

パラメータ

message

エラー説明

innerException

XmlSchemaInferenceException が発生する原因になった例外含まれている Exception オブジェクト

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
XmlSchemaInferenceException クラス
XmlSchemaInferenceException メンバ
System.Xml.Schema 名前空間

XmlSchemaInferenceException コンストラクタ

XmlSchemaInferenceException クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
XmlSchemaInferenceException () XmlSchemaInferenceException クラス新しインスタンス初期化します。

.NET Compact Framework によってサポートされています。

XmlSchemaInferenceException (String) XmlSchemaInferenceException クラス新しインスタンスを、指定されエラー メッセージ使用して初期化します。

.NET Compact Framework によってサポートされています。

XmlSchemaInferenceException (SerializationInfo, StreamingContext) XmlSchemaInferenceException クラス新しインスタンスを、XmlSchemaInferenceExceptionすべてのプロパティ格納されている、指定された SerializationInfo オブジェクトと StreamingContext オブジェクト使用して初期化します。
XmlSchemaInferenceException (String, Exception) XmlSchemaInferenceException クラス新しインスタンスを、指定されエラー メッセージおよび指定されXmlSchemaInferenceException発生する原因になった Exception使用して初期化します。

.NET Compact Framework によってサポートされています。

XmlSchemaInferenceException (String, Exception, Int32, Int32) XmlSchemaInferenceException クラス新しインスタンスを、指定されエラー メッセージ指定されXmlSchemaInferenceException発生する原因になった元の Exception、および指定されXML ドキュメント内のエラー行番号行位置使用して初期化します。

.NET Compact Framework によってサポートされています。

参照参照

関連項目

XmlSchemaInferenceException クラス
XmlSchemaInferenceException メンバ
System.Xml.Schema 名前空間

XmlSchemaInferenceException コンストラクタ (String)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

XmlSchemaInferenceException クラス新しインスタンスを、指定されエラー メッセージ使用して初期化します。

名前空間: System.Xml.Schema
アセンブリ: System.Xml (system.xml.dll 内)
構文構文

Dim message As String

Dim instance As New XmlSchemaInferenceException(message)
public XmlSchemaInferenceException (
    string message
)
public:
XmlSchemaInferenceException (
    String^ message
)
public XmlSchemaInferenceException (
    String message
)
public function XmlSchemaInferenceException
 (
    message : String
)

パラメータ

message

エラー説明

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
XmlSchemaInferenceException クラス
XmlSchemaInferenceException メンバ
System.Xml.Schema 名前空間

XmlSchemaInferenceException コンストラクタ ()




英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「XmlSchemaInferenceException コンストラクタ」の関連用語

XmlSchemaInferenceException コンストラクタのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



XmlSchemaInferenceException コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS