<HRESULT NumericValue="0x80131603">
<SymbolicName>COR_E_TARGET</SymbolicName>
<Message>"Attempt to invoke non-static method with a null Object."</Message>
- <Comment> - If you attempt to invoke a non-static method with a null Object - If you atte</Comment>
+ <Comment>If you attempt to invoke a non-static method with a null Object</Comment>
</HRESULT>
<HRESULT NumericValue="0x80131604">
// Validate that the target is valid for the specified type.
if (!IsComTargetValidForType(pRefClassObj, pTarget))
- COMPlusThrow(kTargetException, W("RFLCT.Targ_ITargMismatch"));
+ COMPlusThrow(kTargetException, W("RFLCT_Targ_ITargMismatch"));
// If the invoked type is an interface, make sure it is IDispatch based.
if (pInvokedMT->IsInterface())
return;
if (!pField->IsStatic() && !*target)
- COMPlusThrow(kTargetException,W("RFLCT.Targ_StatFldReqTarg"));
+ COMPlusThrow(kTargetException,W("RFLCT_Targ_StatFldReqTarg"));
// Verify that the object is of the proper type...
TypeHandle ty = (*target)->GetTypeHandle();