WrappedExceptionTargetSite 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#
public MethodBase? TargetSite { get; }

Property Value

MethodBase

See Also