Inner Drive Extensible Architecture
C#
Show/Hide TOC
Wrapped
Exception
Target
Site Property
Gets the method that throws the exception that this
WrappedException
wraps.
Definition
Namespace:
InnerDrive.Core
Assembly:
InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
Copy
public
MethodBase
?
TargetSite
{
get
; }
Property Value
MethodBase
See Also
Reference
WrappedException Class
InnerDrive.Core Namespace
In This Article
Definition
See Also