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