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

Property Value

MethodBase

See Also