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