ComposablePartException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ComposablePartException クラスの新しいインスタンスを初期化します。
オーバーロード
ComposablePartException() |
ComposablePartException クラスの新しいインスタンスを初期化します。 |
ComposablePartException(String) |
指定されたエラー メッセージで ComposablePartException クラスの新しいインスタンスを初期化します。 |
ComposablePartException(SerializationInfo, StreamingContext) |
古い.
指定したシリアル化データを使用して、ComposablePartException クラスの新しいインスタンスを初期化します。 |
ComposablePartException(String, ICompositionElement) |
指定したエラー メッセージと、例外の原因である合成要素を使用して、ComposablePartException クラスの新しいインスタンスを初期化します。 |
ComposablePartException(String, Exception) |
指定したエラー メッセージと、この例外の原因である例外を使用して、ComposablePartException クラスの新しいインスタンスを初期化します。 |
ComposablePartException(String, ICompositionElement, Exception) |
指定したエラー メッセージと、この例外の原因である合成要素および例外を使用して、ComposablePartException クラスの新しいインスタンスを初期化します。 |
ComposablePartException()
ComposablePartException クラスの新しいインスタンスを初期化します。
public:
ComposablePartException();
public ComposablePartException ();
Public Sub New ()
適用対象
ComposablePartException(String)
指定されたエラー メッセージで ComposablePartException クラスの新しいインスタンスを初期化します。
public:
ComposablePartException(System::String ^ message);
public ComposablePartException (string message);
public ComposablePartException (string? message);
new System.ComponentModel.Composition.Primitives.ComposablePartException : string -> System.ComponentModel.Composition.Primitives.ComposablePartException
Public Sub New (message As String)
パラメーター
- message
- String
ComposablePartException について説明するメッセージ。Message プロパティを既定値に設定する場合は null
。
適用対象
ComposablePartException(SerializationInfo, StreamingContext)
注意事項
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
指定したシリアル化データを使用して、ComposablePartException クラスの新しいインスタンスを初期化します。
protected:
ComposablePartException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ComposablePartException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected ComposablePartException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ComponentModel.Composition.Primitives.ComposablePartException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.Composition.Primitives.ComposablePartException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.ComponentModel.Composition.Primitives.ComposablePartException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.Composition.Primitives.ComposablePartException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
ComposablePartException のシリアル化されたオブジェクト データを保持するオブジェクト。
- context
- StreamingContext
転送元または転送先に関するコンテキスト情報を含むオブジェクト。
- 属性
例外
info
が null
です。
info
に必須の値がありません。
正しい型にキャストできない値が info
に含まれています。
適用対象
ComposablePartException(String, ICompositionElement)
指定したエラー メッセージと、例外の原因である合成要素を使用して、ComposablePartException クラスの新しいインスタンスを初期化します。
public:
ComposablePartException(System::String ^ message, System::ComponentModel::Composition::Primitives::ICompositionElement ^ element);
public ComposablePartException (string message, System.ComponentModel.Composition.Primitives.ICompositionElement element);
public ComposablePartException (string? message, System.ComponentModel.Composition.Primitives.ICompositionElement? element);
new System.ComponentModel.Composition.Primitives.ComposablePartException : string * System.ComponentModel.Composition.Primitives.ICompositionElement -> System.ComponentModel.Composition.Primitives.ComposablePartException
Public Sub New (message As String, element As ICompositionElement)
パラメーター
- message
- String
ComposablePartException について説明するメッセージ。Message プロパティを既定値に設定する場合は null
。
- element
- ICompositionElement
ComposablePartException の原因である合成要素。Element プロパティを null
に設定する場合は null
。
適用対象
ComposablePartException(String, Exception)
指定したエラー メッセージと、この例外の原因である例外を使用して、ComposablePartException クラスの新しいインスタンスを初期化します。
public:
ComposablePartException(System::String ^ message, Exception ^ innerException);
public ComposablePartException (string message, Exception innerException);
public ComposablePartException (string? message, Exception? innerException);
new System.ComponentModel.Composition.Primitives.ComposablePartException : string * Exception -> System.ComponentModel.Composition.Primitives.ComposablePartException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
ComposablePartException について説明するメッセージ。Message プロパティを既定値に設定する場合は null
。
- innerException
- Exception
ComposablePartException の根本的な原因である例外。InnerException プロパティを null
に設定する場合は null
。
適用対象
ComposablePartException(String, ICompositionElement, Exception)
指定したエラー メッセージと、この例外の原因である合成要素および例外を使用して、ComposablePartException クラスの新しいインスタンスを初期化します。
public:
ComposablePartException(System::String ^ message, System::ComponentModel::Composition::Primitives::ICompositionElement ^ element, Exception ^ innerException);
public ComposablePartException (string message, System.ComponentModel.Composition.Primitives.ICompositionElement element, Exception innerException);
public ComposablePartException (string? message, System.ComponentModel.Composition.Primitives.ICompositionElement? element, Exception? innerException);
new System.ComponentModel.Composition.Primitives.ComposablePartException : string * System.ComponentModel.Composition.Primitives.ICompositionElement * Exception -> System.ComponentModel.Composition.Primitives.ComposablePartException
Public Sub New (message As String, element As ICompositionElement, innerException As Exception)
パラメーター
- message
- String
ComposablePartException について説明するメッセージ。Message プロパティを既定値に設定する場合は null
。
- element
- ICompositionElement
ComposablePartException の原因である合成要素。Element プロパティを null
に設定する場合は null
。
- innerException
- Exception
ComposablePartException の根本的な原因である例外。InnerException プロパティを null
に設定する場合は null
。
適用対象
.NET