TargetInvocationException.cs 219 B

123456789101112
  1. // System.Reflection.TargetInvocationException
  2. //
  3. // Sean MacIsaac ([email protected])
  4. //
  5. // (C) 2001 Ximian, Inc.
  6. namespace System.Reflection
  7. {
  8. public class TargetInvocationException : ApplicationException
  9. {
  10. }
  11. }