Microsoft.CSharp.RuntimeBinder.Errors.ErrorHandling static class ErrorHandling Documentation Code namespace Microsoft.CSharp.RuntimeBinder.Errors { internal static class ErrorHandling { public static RuntimeBinderException Error(ErrorCode id, params ErrArg[] args); } }