ContextMarshalException クラス
アセンブリ: mscorlib (mscorlib.dll 内)

<SerializableAttribute> _ <ObsoleteAttribute("ContextMarshalException is obsolete.")> _ <ComVisibleAttribute(True)> _ Public Class ContextMarshalException Inherits SystemException
[SerializableAttribute] [ObsoleteAttribute("ContextMarshalException is obsolete.")] [ComVisibleAttribute(true)] public class ContextMarshalException : SystemException
[SerializableAttribute] [ObsoleteAttribute(L"ContextMarshalException is obsolete.")] [ComVisibleAttribute(true)] public ref class ContextMarshalException : public SystemException
/** @attribute SerializableAttribute() */ /** @attribute ObsoleteAttribute("ContextMarshalException is obsolete.") */ /** @attribute ComVisibleAttribute(true) */ public class ContextMarshalException extends SystemException
SerializableAttribute ObsoleteAttribute("ContextMarshalException is obsolete.") ComVisibleAttribute(true) public class ContextMarshalException extends SystemException

値渡しまたは参照渡しでオブジェクトをマーシャリングできます。コンテキストの境界を越えてマーシャリングできない型を渡そうとすると、ContextMarshalException が発生します。
ContextMarshalException は、値 0x80131504L を保持する HRESULT COR_E_CONTEXTMARSHAL を使用します。
ContextMarshalException は、Equals メソッドの既定の実装を使用します。この実装では、参照が等値かどうかを判断できます。
ContextMarshalException のインスタンスの初期プロパティ値の一覧については、ContextMarshalException コンストラクタのトピックを参照してください。

System.Exception
System.SystemException
System.ContextMarshalException


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- ContextMarshalException クラスのページへのリンク