<PackageReference Include="Microsoft.CSharp" Version="4.7.0-preview1.19504.10" />
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException
namespace Microsoft.
CSharp.
RuntimeBinder
{
public class RuntimeBinderException :
Exception
{
public RuntimeBinderException();
public RuntimeBinderException(
string message);
public RuntimeBinderException(
string message,
Exception innerException);
}
}