March 2002
Intermediate to advanced
864 pages
31h 8m
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 method TargetInvocationException(Exception inner); public method TargetInvocationException(string message, Exception inner); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.ApplicationException→TargetInvocationException