Type Summary
public class EntryPointNotFoundException : TypeLoadException
{
// Constructors
public EntryPointNotFoundException();
MS CF protected EntryPointNotFoundException(SerializationInfo info,
StreamingContext context);
public EntryPointNotFoundException(string message);
public EntryPointNotFoundException(string message, Exception inner);
}
|