TargetInvocationException

TargetInvocationExceptionCF 1.0, ECMA 1.0, serializable

System.Reflection (mscorlib.dll)sealed class

This exception is thrown by methods invoked via Reflection when they raise exceptions. Check InnerException to view the actual exception raised.

public sealed class TargetInvocationException : ApplicationException {
// Public Constructors
   public TargetInvocationException(Exception inner);
   public TargetInvocationException(string message, Exception inner);
}

Hierarchy

System.Object System.Exception(System.Runtime.Serialization.ISerializable) System.ApplicationException TargetInvocationException



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System