PropertyException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| PropertyException(String) |
例外の原因となった プロパティを使用して、PropertyException クラスの新しいインスタンスを初期化します。 |
| PropertyException(String, String) |
例外の原因となったプロパティとエラー メッセージ テキストを使用して、PropertyException クラスの新しいインスタンスを初期化します。 |
| PropertyException(String, String, Exception) |
例外の原因となったプロパティ、エラー メッセージ テキスト、および内部例外を使用して、PropertyException クラスの新しいインスタンスを初期化します。 |
PropertyException(String)
例外の原因となった プロパティを使用して、PropertyException クラスの新しいインスタンスを初期化します。
public:
PropertyException(System::String ^ name);
public PropertyException(string name);
Public Sub New (name As String)
パラメーター
- name
- String
例外の原因となったプロパティの名前。
適用対象
PropertyException(String, String)
例外の原因となったプロパティとエラー メッセージ テキストを使用して、PropertyException クラスの新しいインスタンスを初期化します。
public:
PropertyException(System::String ^ message, System::String ^ name);
public PropertyException(string message, string name);
Public Sub New (message As String, name As String)
パラメーター
- message
- String
エラー メッセージ のテキスト。
- name
- String
例外の原因となったプロパティの名前。
適用対象
PropertyException(String, String, Exception)
例外の原因となったプロパティ、エラー メッセージ テキスト、および内部例外を使用して、PropertyException クラスの新しいインスタンスを初期化します。
public:
PropertyException(System::String ^ message, System::String ^ name, Exception ^ innerException);
public PropertyException(string message, string name, Exception innerException);
Public Sub New (message As String, name As String, innerException As Exception)
パラメーター
- message
- String
エラー メッセージ のテキスト。
- name
- String
例外の原因となったプロパティの名前。
- innerException
- Exception
内部例外。