'Declaration
Public ReadOnly Property ServiceTargetSite As MethodBase
'Usage
Dim instance As UAServiceException Dim value As MethodBase instance.ServiceTargetSite = value value = instance.ServiceTargetSite
public MethodBase ServiceTargetSite {get;}
public: 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
.