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