Name

ContextMarshalException

Synopsis

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 method ContextMarshalException();  
   public method ContextMarshalException(string message);  
   public method ContextMarshalException(string message, 
        Exception inner);  
// Protected Constructors
   protected method ContextMarshalException(
        System.Runtime.Serialization.SerializationInfo info, 
        System.Runtime.Serialization.StreamingContext context);  
}

Hierarchy

ObjectException(System.Runtime.Serialization.ISerializable)SystemExceptionContextMarshalException

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.