ResourceReferenceKeyNotFoundException コンストラクター
定義
ResourceReferenceKeyNotFoundException クラスの新しいインスタンスを初期化します。Initializes a new instance of the ResourceReferenceKeyNotFoundException class.
オーバーロード
ResourceReferenceKeyNotFoundException() |
ResourceReferenceKeyNotFoundException クラスの新しいインスタンスを初期化します。Initializes a new instance of the ResourceReferenceKeyNotFoundException class. |
ResourceReferenceKeyNotFoundException(SerializationInfo, StreamingContext) |
指定したシリアル化情報とストリーム コンテキストを使用して、ResourceReferenceKeyNotFoundException クラスの新しいインスタンスを初期化します。Initializes a new instance of the ResourceReferenceKeyNotFoundException class with the specified serialization information and streaming context. |
ResourceReferenceKeyNotFoundException(String, Object) |
指定したエラー メッセージとリソース キーを使用して、ResourceReferenceKeyNotFoundException クラスの新しいインスタンスを初期化します。Initializes a new instance of the ResourceReferenceKeyNotFoundException class with the specified error message and resource key. |
ResourceReferenceKeyNotFoundException()
ResourceReferenceKeyNotFoundException クラスの新しいインスタンスを初期化します。Initializes a new instance of the ResourceReferenceKeyNotFoundException class.
public:
ResourceReferenceKeyNotFoundException();
public ResourceReferenceKeyNotFoundException ();
Public Sub New ()
適用対象
ResourceReferenceKeyNotFoundException(SerializationInfo, StreamingContext)
指定したシリアル化情報とストリーム コンテキストを使用して、ResourceReferenceKeyNotFoundException クラスの新しいインスタンスを初期化します。Initializes a new instance of the ResourceReferenceKeyNotFoundException class with the specified serialization information and streaming context.
protected:
ResourceReferenceKeyNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ResourceReferenceKeyNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Windows.ResourceReferenceKeyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Windows.ResourceReferenceKeyNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
シリアル化プロセスからの具体的な情報。Specific information from the serialization process.
- context
- StreamingContext
例外がスローされた時点でのコンテキスト。The context at the time the exception was thrown.
適用対象
ResourceReferenceKeyNotFoundException(String, Object)
指定したエラー メッセージとリソース キーを使用して、ResourceReferenceKeyNotFoundException クラスの新しいインスタンスを初期化します。Initializes a new instance of the ResourceReferenceKeyNotFoundException class with the specified error message and resource key.
public:
ResourceReferenceKeyNotFoundException(System::String ^ message, System::Object ^ resourceKey);
public ResourceReferenceKeyNotFoundException (string message, object resourceKey);
new System.Windows.ResourceReferenceKeyNotFoundException : string * obj -> System.Windows.ResourceReferenceKeyNotFoundException
Public Sub New (message As String, resourceKey As Object)
パラメーター
- message
- String
適切な説明メッセージ。A possible descriptive message.
- resourceKey
- Object
見つからなかったキー。The key that was not found.