<PackageReference Include="Microsoft.CSharp" Version="4.6.0" />

Microsoft.CSharp.RuntimeBinder.RuntimeBinderException

Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.
namespace Microsoft.CSharp.RuntimeBinder { public class RuntimeBinderException : Exception { public RuntimeBinderException(); public RuntimeBinderException(string message); public RuntimeBinderException(string message, Exception innerException); protected RuntimeBinderException(SerializationInfo info, StreamingContext context); } }