7 references to RuntimeBinderException
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Error.cs (6)
17
return new
RuntimeBinderException
(SR.Format(SR.BindPropertyFailedMethodGroup, p0));
22
return new
RuntimeBinderException
(SR.Format(SR.BindPropertyFailedEvent, p0));
27
return new
RuntimeBinderException
(SR.BindInvokeFailedNonDelegate);
35
return new
RuntimeBinderException
(SR.NullReferenceOnMemberException);
40
return new
RuntimeBinderException
(SR.Format(SR.BindCallToConditionalMethod, p0));
45
return new
RuntimeBinderException
(SR.BindToVoidMethodButExpectResult);
Microsoft\CSharp\RuntimeBinder\Errors\ErrorHandling.cs (1)
157
return new
RuntimeBinderException
(string.Format(CultureInfo.InvariantCulture, ErrorFacts.GetMessage(id), prgpsz));