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