August 2003
Intermediate to advanced
928 pages
32h 1m
English
TargetInvocationException
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(Exceptioninner); public TargetInvocationException(stringmessage, Exceptioninner); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.ApplicationException
→
TargetInvocationException