August 2003
Intermediate to advanced
928 pages
32h 1m
English
MarshalDirectiveException
This exception is thrown when
the marshaler
encounters an unsupported MarshalAsAttribute.
public class MarshalDirectiveException : SystemException { // Public Constructors public MarshalDirectiveException( ); public MarshalDirectiveException(stringmessage); public MarshalDirectiveException(stringmessage, Exceptioninner); // Protected Constructors protected MarshalDirectiveException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
MarshalDirectiveException