'Declaration
<CanBeNullAttribute()> ReadOnly Property ServiceTargetSite As MethodBase
'Usage
Dim instance As _UACallServiceException Dim value As MethodBase value = instance.ServiceTargetSite
[CanBeNull()] MethodBase ServiceTargetSite {get;}
[CanBeNull()] property MethodBase^ ServiceTargetSite { MethodBase^ get(); }
Property Value
The System.Reflection.MethodBase that threw the originating exception.This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.