March 2002
Intermediate to advanced
864 pages
31h 8m
English
MarshalDirectiveException
This exception is thrown when the marshaler encounters an
unsupported MarshalAsAttribute.
public class MarshalDirectiveException : SystemException { // Public Constructors public method MarshalDirectiveException(); public method MarshalDirectiveException(string message); public method MarshalDirectiveException(string message, Exception inner); // Protected Constructors protected method MarshalDirectiveException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→MarshalDirectiveException