ContextMarshalException Class
NOTE: This class is now obsolete.
The exception that is thrown when an attempt to marshal an object across a context boundary fails. Namespace: SystemAssembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] [ObsoleteAttribute("ContextMarshalException is obsolete.")] [ComVisibleAttribute(true)] public class ContextMarshalException : 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
Objects can marshal by value or by reference. Any attempt to pass a type that cannot be marshaled through a context boundary will result in a ContextMarshalException.
ContextMarshalException uses the HRESULT COR_E_CONTEXTMARSHAL which has the value 0x80131504L.
ContextMarshalException uses the default Equals implementation, which supports reference equality.
For a list of initial property values for an instance of ContextMarshalException, see the ContextMarshalException constructors.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
ContextMarshalException MembersSystem Namespace
Exception