August 2003
Intermediate to advanced
928 pages
32h 1m
English
ContextMarshalException
This exception is thrown when
a marshaler fails to move an object
across a context boundary. This is usually the case if a
nonserializable object is passed as a parameter to a cross-context
call, such as an instance of the
CrossAppDomainDelegate.
public class ContextMarshalException : SystemException { // Public Constructors public ContextMarshalException( ); public ContextMarshalException(stringmessage); public ContextMarshalException(stringmessage, Exceptioninner); // Protected Constructors protected ContextMarshalException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
ContextMarshalException