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