NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ContextMarshalException Class

Represents an exception that is thrown when the formal type and marshal style of the object are incompatible.

Object
   Exception
      SystemException
         ContextMarshalException

[Visual Basic]
Public Class ContextMarshalException
   Inherits SystemException
[C#]
public class ContextMarshalException : SystemException
[C++]
public __gc class ContextMarshalException : public SystemException
[JScript]
public class ContextMarshalException extends SystemException

Remarks

ContextMarshalException is an exception that is thrown when an attempt to marshal an object across a context boundary fails.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

ContextMarshalException Members | System Namespace