asp.net.ph

ContextMarshalException Class

System Namespace


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

ContextMarshalException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public ContextMarshalException ( )
public ContextMarshalException ( String message )
public ContextMarshalException ( String message , Exception inner )

Remarks

Objects can marshal by value or by reference. Any attempt to pass an instance of an unmarshallable type 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.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph