System.ContextMarshalException
namespace System
{
public class ContextMarshalException :
SystemException
{
public ContextMarshalException();
protected ContextMarshalException(
SerializationInfo info,
StreamingContext context);
public ContextMarshalException(
string message);
public ContextMarshalException(
string message,
Exception inner);
}
}