System.DllNotFoundException
namespace System
{
public class DllNotFoundException :
TypeLoadException
{
public DllNotFoundException();
protected DllNotFoundException(
SerializationInfo info,
StreamingContext context);
public DllNotFoundException(
string message);
public DllNotFoundException(
string message,
Exception inner);
}
}