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

Microsoft.CSharp.RuntimeBinder.Errors.CParameterizedError

namespace Microsoft.CSharp.RuntimeBinder.Errors { internal class CParameterizedError { public void Initialize(ErrorCode errorNumber, ErrArg[] arguments); public int GetParameterCount(); public ErrArg GetParameter(int index); public ErrorCode GetErrorNumber(); public CParameterizedError(); } }