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