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

Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException

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