ContextMarshalException Class
.NET Framework 3.0
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] [ComVisibleAttribute(true)] [ObsoleteAttribute(L"ContextMarshalException is obsolete.")] public ref class ContextMarshalException : public SystemException
/** @attribute SerializableAttribute() */
/** @attribute ComVisibleAttribute(true) */
/** @attribute ObsoleteAttribute("ContextMarshalException is obsolete.") */
public class ContextMarshalException extends SystemException
SerializableAttribute ComVisibleAttribute(true) ObsoleteAttribute("ContextMarshalException is obsolete.") public class ContextMarshalException extends SystemException
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: