SettingsPropertyWrongTypeExceptionとは? わかりやすく解説

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

SettingsPropertyWrongTypeException クラス

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

無効な型が SettingsProperty オブジェクト使用され場合スローされる例外提供します

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

<SerializableAttribute> _
Public Class SettingsPropertyWrongTypeException
    Inherits Exception
Dim instance As SettingsPropertyWrongTypeException
[SerializableAttribute] 
public class SettingsPropertyWrongTypeException
 : Exception
[SerializableAttribute] 
public ref class SettingsPropertyWrongTypeException
 : public Exception
/** @attribute SerializableAttribute() */ 
public class SettingsPropertyWrongTypeException
 extends Exception
SerializableAttribute 
public class SettingsPropertyWrongTypeException
 extends Exception
継承階層継承階層
System.Object
   System.Exception
    System.Configuration.SettingsPropertyWrongTypeException
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

SettingsPropertyWrongTypeException コンストラクタ ()


SettingsPropertyWrongTypeException コンストラクタ (String)

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

指定されパラメータ基づいて、SettingsPropertyWrongTypeException クラス新しインスタンス初期化します。

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

Dim message As String

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

パラメータ

message

例外メッセージ含まれ文字列

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

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

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

指定されパラメータ基づいて、SettingsPropertyWrongTypeException クラス新しインスタンス初期化します。

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

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

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

パラメータ

info

スローされている例外に関するシリアル化済みオブジェクト データ保持している SerializationInfo。

context

シリアル化ストリーム転送元または転送先に関すコンテキスト情報格納している StreamingContext。

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

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

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

指定されパラメータ基づいて、SettingsPropertyWrongTypeException クラス新しインスタンス初期化します。

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

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

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

パラメータ

message

例外メッセージ含まれ文字列

innerException

現在の例外の原因である例外

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

SettingsPropertyWrongTypeException コンストラクタ

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

名前 説明
SettingsPropertyWrongTypeException () SettingsPropertyWrongTypeException クラス新しインスタンス初期化します。
SettingsPropertyWrongTypeException (String) 指定されパラメータ基づいてSettingsPropertyWrongTypeException クラス新しインスタンス初期化します。
SettingsPropertyWrongTypeException (SerializationInfo, StreamingContext) 指定されパラメータ基づいてSettingsPropertyWrongTypeException クラス新しインスタンス初期化します。
SettingsPropertyWrongTypeException (String, Exception) 指定されパラメータ基づいてSettingsPropertyWrongTypeException クラス新しインスタンス初期化します。
参照参照

関連項目

SettingsPropertyWrongTypeException クラス
SettingsPropertyWrongTypeException メンバ
System.Configuration 名前空間

SettingsPropertyWrongTypeException プロパティ


SettingsPropertyWrongTypeException メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
参照参照

関連項目

SettingsPropertyWrongTypeException クラス
System.Configuration 名前空間
Exception

SettingsPropertyWrongTypeException メンバ

無効な型が SettingsProperty オブジェクト使用され場合スローされる例外提供します

SettingsPropertyWrongTypeException データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
( プロテクト コンストラクタ参照)
  名前 説明
パブリック メソッド SettingsPropertyWrongTypeException オーバーロードされます。 SettingsPropertyWrongTypeException クラス新しインスタンス初期化します。
プロテクト コンストラクタプロテクト コンストラクタ
  名前 説明
プロテクト メソッド SettingsPropertyWrongTypeException オーバーロードされますSettingsPropertyWrongTypeException クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ HResult  特定の例外割り当てられているコード化数値である HRESULT を取得または設定します。(Exception から継承されます。)
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

SettingsPropertyWrongTypeException クラス
System.Configuration 名前空間
Exception



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

辞書ショートカット

すべての辞書の索引

「SettingsPropertyWrongTypeException」の関連用語

SettingsPropertyWrongTypeExceptionのお隣キーワード
検索ランキング

   

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



SettingsPropertyWrongTypeExceptionのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2025 GRAS Group, Inc.RSS