InvocationExceptionMemberName Property |
The name of the object member, invocation of which caused the exception.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string MemberName { get; }
Public ReadOnly Property MemberName As String
Get
Dim instance As InvocationException
Dim value As String
value = instance.MemberName
public:
property String^ MemberName {
String^ get ();
}
Property Value
Type:
StringSee Also